[Openmp-commits] [openmp] 4d4587d - [OpenMP] Remove new driver tests for AMDGPU

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 31 20:33:11 PST 2022


Author: Joseph Huber
Date: 2022-01-31T23:32:33-05:00
New Revision: 4d4587d5b00028fc525a2296914463ca70fbbf76

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

LOG: [OpenMP] Remove new driver tests for AMDGPU

Some of the new driver tests are flaky on AMDGPU, remove for now.

Added: 
    

Modified: 
    openmp/libomptarget/plugins/amdgpu/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
index 337587793b5fc..92523c23f68b1 100644
--- a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
+++ b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
@@ -118,6 +118,6 @@ if (${amdgpu_arch_result})
   libomptarget_say("Not generating amdgcn test targets as amdgpu-arch exited with ${amdgpu_arch_result}")
 else()
   # Report to the parent scope that we are building a plugin for amdgpu
-  set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} amdgcn-amd-amdhsa-newRTL amdgcn-amd-amdhsa-newDriver " PARENT_SCOPE)
+  set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} amdgcn-amd-amdhsa-newRTL " PARENT_SCOPE)
 endif()
 


        


More information about the Openmp-commits mailing list