[Mlir-commits] [mlir] [MLIR][NVVM] Add "blocksareclusters" kernel attribute support (PR #154519)
Guray Ozen
llvmlistbot at llvm.org
Wed Aug 20 05:31:32 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.
----------------
grypp wrote:
Can we explain what this attribute does here?
https://github.com/llvm/llvm-project/pull/154519
More information about the Mlir-commits
mailing list