[flang] [llvm] [mlir] [flang][cuda] Support non-allocatable module-level managed variables (PR #188526)
Valentin Clement バレンタイン クレメン via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 28 14:03:08 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"; }
----------------
clementval wrote:
+1
https://github.com/llvm/llvm-project/pull/188526
More information about the llvm-commits
mailing list