[OpenMP] Remove new driver tests for AMDGPU
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 1 Feb 2022 04:32:33 +0000 (23:32 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 1 Feb 2022 04:32:33 +0000 (23:32 -0500)
Some of the new driver tests are flaky on AMDGPU, remove for now.

openmp/libomptarget/plugins/amdgpu/CMakeLists.txt

index 3375877..92523c2 100644 (file)
@@ -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()