[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
Thu Mar 23 04:06:23 PDT 2023


animeshk-amd added a comment.



In D146706#4216075 <https://reviews.llvm.org/D146706#4216075>, @JonChesterfield wrote:

> More tests, great! Do you know how the first one fails on amdgpu?

Thanks. The target_task_reductions.c fails on the `amdgcn-amd-amdhsa` with the following error:
`ld.lld: error: undefined symbol: __kmpc_taskred_modifier_init`


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