[llvm] [clang] [NVPTX] Add 'activemask' builtin and intrinsic support (PR #79768)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 11:41:13 PST 2024


================
@@ -65,7 +65,7 @@ def : Proc<"sm_61", [SM61, PTX50]>;
 def : Proc<"sm_62", [SM62, PTX50]>;
 def : Proc<"sm_70", [SM70, PTX60]>;
 def : Proc<"sm_72", [SM72, PTX61]>;
-def : Proc<"sm_75", [SM75, PTX63]>;
+def : Proc<"sm_75", [SM75, PTX62, PTX63]>;
----------------
jhuber6 wrote:

Yeah I wasn't sure where it should go. The docs specify it's PTX62, but I couldn't find which one that came from, so I just put it before 63. Maybe on 72?

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


More information about the cfe-commits mailing list