[Openmp-commits] [openmp] 9e08c20 - [openmp] Enable tests on new devicertl on amdgpu

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 6 07:26:26 PST 2021


Author: Jon Chesterfield
Date: 2021-12-06T15:26:18Z
New Revision: 9e08c2054ad4ea5ce019bc44c179332d2b7bd6ea

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

LOG: [openmp] Enable tests on new devicertl on amdgpu

Reviewed By: pdhaliwal

Differential Revision: https://reviews.llvm.org/D114891

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 a7cca99c51717..ff740c0877f2b 100644
--- a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
+++ b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
@@ -112,6 +112,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 amdgcn-amd-amdhsa-newRTL" PARENT_SCOPE)
 endif()
 


        


More information about the Openmp-commits mailing list