[Openmp-commits] [openmp] 5717329 - [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 16 08:24:08 PDT 2023


Author: Joseph Huber
Date: 2023-08-16T10:24:00-05:00
New Revision: 5717329f1a15017426dc39544751cdeb65c797de

URL: https://github.com/llvm/llvm-project/commit/5717329f1a15017426dc39544751cdeb65c797de
DIFF: https://github.com/llvm/llvm-project/commit/5717329f1a15017426dc39544751cdeb65c797de.diff

LOG: [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU

This test hangs on AMDGPU sporadically, disable it for the time being.

Fixes: https://github.com/llvm/llvm-project/issues/64733

Reviewed By: ronlieb

Differential Revision: https://reviews.llvm.org/D158082

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/bug49334.cpp b/openmp/libomptarget/test/offloading/bug49334.cpp
index 79a28eb48f3324..a22d3fe9f66535 100644
--- a/openmp/libomptarget/test/offloading/bug49334.cpp
+++ b/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>


        


More information about the Openmp-commits mailing list