[Openmp-commits] [PATCH] D155287: [OpenMP] Build device runtimes for sm_87

Adrian Munera via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 14 05:09:50 PDT 2023


Munesanz created this revision.
Munesanz added a reviewer: JonChesterfield.
Munesanz added a project: OpenMP.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
Munesanz requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155287

Files:
  openmp/libomptarget/DeviceRTL/CMakeLists.txt


Index: openmp/libomptarget/DeviceRTL/CMakeLists.txt
===================================================================
--- openmp/libomptarget/DeviceRTL/CMakeLists.txt
+++ openmp/libomptarget/DeviceRTL/CMakeLists.txt
@@ -59,7 +59,7 @@
                              "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}")
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155287.540364.patch
Type: text/x-patch
Size: 706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230714/50100540/attachment.bin>


More information about the Openmp-commits mailing list