[Openmp-commits] [openmp] ca84c43 - [openmp][amdgpu] Disable tests on old runtime, enable tests on new one

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


Author: Jon Chesterfield
Date: 2022-01-19T15:49:47Z
New Revision: ca84c43d69556083089b0c9f18d8d150fadc640f

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

LOG: [openmp][amdgpu] Disable tests on old runtime, enable tests on new one

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


        


More information about the Openmp-commits mailing list