[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:24:09 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5717329f1a15: [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU (authored by jhuber6).

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.550768.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230816/c2c3bcbc/attachment.bin>


More information about the Openmp-commits mailing list