[Openmp-commits] [openmp] ea68ad6 - [libomptarget] Disable test bug49334 on amdgpu

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Thu May 20 07:47:06 PDT 2021


Author: Jon Chesterfield
Date: 2021-05-20T15:46:56+01:00
New Revision: ea68ad6e269587d6675c955a8df0161b9d4d63f1

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

LOG: [libomptarget] Disable test bug49334 on amdgpu

[libomptarget] Disable test bug49334 on amdgpu

Hangs on amdgpu, do not know why. Disable to unblock build.

Reviewed By: ye-luo

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

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 bb75ebee54215..fd4a82b95612d 100644
--- a/openmp/libomptarget/test/offloading/bug49334.cpp
+++ b/openmp/libomptarget/test/offloading/bug49334.cpp
@@ -1,5 +1,8 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// Currently hangs on amdgpu
+// UNSUPPORTED: amdgcn-amd-amdhsa
+
 #include <cassert>
 #include <iostream>
 #include <memory>


        


More information about the Openmp-commits mailing list