[Mlir-commits] [mlir] [MLIR][NVVM][Docs] Explain memory spaces (PR #168059)
Pradeep Kumar
llvmlistbot at llvm.org
Mon Nov 17 06:15:29 PST 2025
================
@@ -79,6 +79,40 @@ def NVVM_Dialect : Dialect {
sequence must be expressed directly, NVVM provides an `nvvm.inline_ptx` op to
embed PTX inline as a last-resort escape hatch, with explicit operands and
results.
+
+
+ **Memory Spaces:** The NVVM dialect introduces the following memory spaces,
+ each with distinct scopes and lifetimes:
+
+ | Memory Space | Address Space | Scope | Lifetime |
----------------
schwarzschild-radius wrote:
@grypp Should the table the guarded by triple ` to render properly? like here (https://github.com/llvm/llvm-project/blob/e70e9ec3b83757761ccbba217a566d77b561ec53/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td#L2716)
https://github.com/llvm/llvm-project/pull/168059
More information about the Mlir-commits
mailing list