[Openmp-commits] [PATCH] D146706: [OpenMP] Add tests on task in_reduction and depend clause

Animesh Kumar via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 28 23:15:36 PDT 2023


animeshk-amd added a comment.

In D146706#4216440 <https://reviews.llvm.org/D146706#4216440>, @tianshilei1992 wrote:

> Do we support in reduction yet?

Right. I believed it's supported on nvptx and not on amdgpu. It turns out it's supported on neither. Please help me decide what should I do?

1. Delete the added test `target_task_reductions.c`.
2. Keep the test but add nvptx target as well in the list of UNSUPPORTED.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146706/new/

https://reviews.llvm.org/D146706



More information about the Openmp-commits mailing list