File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/LLVMIR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def NVVM_Dialect : Dialect {
8383
8484 **Memory Spaces:** The NVVM dialect introduces the following memory spaces,
8585 each with distinct scopes and lifetimes:
86-
86+ ```
8787 | Memory Space | Address Space | Scope | Lifetime |
8888 |-------------------|---------------|----------------------|-------------------|
8989 | `generic` | 0 | All threads | Context-dependent |
@@ -93,7 +93,7 @@ def NVVM_Dialect : Dialect {
9393 | `local` | 5 | Single thread | Kernel execution |
9494 | `tensor` | 6 | Thread block (CTA) | Kernel execution |
9595 | `shared_cluster` | 7 | Thread block cluster | Kernel execution |
96-
96+ ```
9797 **Memory Space Details:**
9898 - **generic**: Can point to any memory space; requires runtime resolution of
9999 actual address space. Use when pointer origin is unknown at compile time.
You can’t perform that action at this time.
0 commit comments