[Openmp-commits] [PATCH] D158082: [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 16 07:50:55 PDT 2023


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/test/offloading/bug49334.cpp:8-12
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
 // UNSUPPORTED: aarch64-unknown-linux-gnu
 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
----------------
arsenm wrote:
> So where does it work? Might as well just make it universally unsupported?
Supposedly it works on Nvidia, but the state of the Nvidia tests is questionable right now due to no bots in production.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158082



More information about the Openmp-commits mailing list