[Mlir-commits] [mlir] [MLIR][NVVM] Add "blocksareclusters" kernel attribute support (PR #154519)

Rajat Bajpai llvmlistbot at llvm.org
Thu Aug 21 00:37:08 PDT 2025


================
@@ -83,6 +83,10 @@ def NVVM_Dialect : Dialect {
     /// are grid constants.
     static StringRef getGridConstantAttrName() { return "nvvm.grid_constant"; }
 
+    /// Get the name of the attribute used to annotate the `.blocksareclusters`
+    /// PTX directive for kernel functions.
----------------
rajatbajpai wrote:

Added

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


More information about the Mlir-commits mailing list