[Openmp-commits] [openmp] 7ac516a - [amdgpu] Disable openmp test that is blocking CI after changing hardware, need to diagnose memory fault

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 16 06:00:02 PDT 2023


Author: Jon Chesterfield
Date: 2023-10-16T13:59:49+01:00
New Revision: 7ac516a119a36a0f26c0d617fe67b5291eb2cd61

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

LOG: [amdgpu] Disable openmp test that is blocking CI after changing hardware, need to diagnose memory fault

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/target_critical_region.cpp b/openmp/libomptarget/test/offloading/target_critical_region.cpp
index 533d290b4d32a64..9a741bef6c59159 100644
--- a/openmp/libomptarget/test/offloading/target_critical_region.cpp
+++ b/openmp/libomptarget/test/offloading/target_critical_region.cpp
@@ -6,6 +6,7 @@
 // UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
 
 #include <omp.h>
 #include <stdio.h>


        


More information about the Openmp-commits mailing list