[Openmp-commits] [openmp] 9fecd58 - [OpenMP] Build device runtimes for sm_89 and sm_90

Ye Luo via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 19 13:43:58 PST 2023


Author: Ye Luo
Date: 2023-01-19T15:39:05-06:00
New Revision: 9fecd58e5e2ead68f09677db912a29585810eb81

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

LOG: [OpenMP] Build device runtimes for sm_89 and sm_90

Added: 
    

Modified: 
    openmp/libomptarget/DeviceRTL/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
index 388a8469d584e..cb6466a720f98 100644
--- a/openmp/libomptarget/DeviceRTL/CMakeLists.txt
+++ b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
@@ -56,7 +56,7 @@ set(devicertl_base_directory ${CMAKE_CURRENT_SOURCE_DIR})
 set(include_directory ${devicertl_base_directory}/include)
 set(source_directory ${devicertl_base_directory}/src)
 
-set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86)
+set(all_capabilities 35 37 50 52 53 60 61 62 70 72 75 80 86 89 90)
 
 set(LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES ${all_capabilities} CACHE STRING
   "List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL.")


        


More information about the Openmp-commits mailing list