[OpenMP] Build device runtimes for sm_89 and sm_90
authorYe Luo <yeluo@anl.gov>
Thu, 19 Jan 2023 21:39:05 +0000 (15:39 -0600)
committerYe Luo <yeluo@anl.gov>
Thu, 19 Jan 2023 21:39:05 +0000 (15:39 -0600)
openmp/libomptarget/DeviceRTL/CMakeLists.txt

index 388a846..cb6466a 100644 (file)
@@ -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.")