[Openmp-commits] [openmp] e35c8f5 - [openmp][amdgpu] Temporarily disable tests on old runtime

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 19 07:39:07 PST 2022


Author: Jon Chesterfield
Date: 2022-01-19T15:39:00Z
New Revision: e35c8f541cfab0747429063f6b5acf47cff17b6d

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

LOG: [openmp][amdgpu] Temporarily disable tests on old runtime

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 0e1ce2afd154..a70aa48d70c0 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 amdgcn-amd-amdhsa-newRTL" PARENT_SCOPE)
+  set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} amdgcn-amd-amdhsa" PARENT_SCOPE)
 endif()
 


        


More information about the Openmp-commits mailing list