[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 08:17:38 PDT 2023


jhuber6 updated this revision to Diff 550766.
jhuber6 added a comment.

Apparently these don't work on Nvidia either, so just turn it off for everything.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158082

Files:
  openmp/libomptarget/test/offloading/bug49334.cpp


Index: openmp/libomptarget/test/offloading/bug49334.cpp
===================================================================
--- openmp/libomptarget/test/offloading/bug49334.cpp
+++ openmp/libomptarget/test/offloading/bug49334.cpp
@@ -9,6 +9,9 @@
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
 // UNSUPPORTED: aarch64-unknown-linux-gnu
 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: nvptx64-nvidia-cuda
+// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 
 #include <cassert>
 #include <cmath>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158082.550766.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230816/cbe0f63b/attachment.bin>


More information about the Openmp-commits mailing list