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

Matt Arsenault via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 16 07:50:10 PDT 2023


arsenm 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
----------------
So where does it work? Might as well just make it universally unsupported?


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