[Openmp-commits] [openmp] 739164c - [OpenMP] Build device runtimes for sm_87

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 14 11:49:39 PDT 2023


Author: Adrian Munera
Date: 2023-07-14T13:49:27-05:00
New Revision: 739164c024ba6476474e027243cfb18e03dd1911

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

LOG: [OpenMP] Build device runtimes for sm_87

Summary:
These were missing from the list of all architectures.

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

Added: 
    

Modified: 
    openmp/libomptarget/DeviceRTL/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
index 8068904bf951f4..9bfe6d4d4af260 100644
--- a/openmp/libomptarget/DeviceRTL/CMakeLists.txt
+++ b/openmp/libomptarget/DeviceRTL/CMakeLists.txt
@@ -59,7 +59,7 @@ set(all_amdgpu_architectures "gfx700;gfx701;gfx801;gfx803;gfx900;gfx902;gfx906"
                              "gfx1031;gfx1032;gfx1033;gfx1034;gfx1035;gfx1036"
                              "gfx1100;gfx1101;gfx1102;gfx1103")
 set(all_nvptx_architectures "sm_35;sm_37;sm_50;sm_52;sm_53;sm_60;sm_61;sm_62"
-                            "sm_70;sm_72;sm_75;sm_80;sm_86;sm_89;sm_90")
+                            "sm_70;sm_72;sm_75;sm_80;sm_86;sm_87;sm_89;sm_90")
 set(all_gpu_architectures
     "${all_amdgpu_architectures};${all_nvptx_architectures}")
 


        


More information about the Openmp-commits mailing list