[llvm] [NVPTX] Add sm_88 and sm_110* arch supports (PR #156857)

Rajat Bajpai via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 15 01:18:52 PDT 2025


================
@@ -127,6 +127,7 @@ def : Proc<"sm_75",   [SM75, PTX63]>;
 def : Proc<"sm_80",   [SM80, PTX70]>;
 def : Proc<"sm_86",   [SM86, PTX71]>;
 def : Proc<"sm_87",   [SM87, PTX74]>;
+def : Proc<"sm_88",   [SM88, PTX90]>;
----------------
rajatbajpai wrote:

To the best of my knowledge, there is no such instruction. The closest match is tcgen05.ld.red, which was introduced in PTX ISA 8.8 and is supported on the sm_101f and sm_103f architecture variants. So, after renaming, the supported architectures would be sm_103f and sm_110f.

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


More information about the llvm-commits mailing list