[Mlir-commits] [flang] [llvm] [mlir] [flang][cuda] Support non-allocatable module-level managed variables (PR #188526)
Guray Ozen
llvmlistbot at llvm.org
Sat Mar 28 12:56:04 PDT 2026
================
@@ -96,6 +96,9 @@ def NVVM_Dialect : Dialect {
/// nvvm.cluster_dim attributes.
static StringRef getBlocksAreClustersAttrName() { return "nvvm.blocksareclusters"; }
+ /// Get the name of the attribute used to annotate managed global variables.
+ static StringRef getManagedAttrName() { return "nvvm.managed"; }
----------------
grypp wrote:
We typically split PR for each project. It would be better to have individual PR for MLIR
https://github.com/llvm/llvm-project/pull/188526
More information about the Mlir-commits
mailing list