[llvm] [LLVM] Fix offload and update CUDA ABI for all SM values (PR #159354)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 11:15:08 PDT 2025


================
@@ -951,8 +957,12 @@ enum : unsigned {
   EF_CUDA_SM86 = 0x56,
   EF_CUDA_SM87 = 0x57,
----------------
Artem-B wrote:

NVIDIA has added sm_88, too. https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#changes-in-ptx-isa-version-9-0

https://github.com/llvm/llvm-project/pull/159354


More information about the llvm-commits mailing list