Skip to content

Commit 262145e

Browse files
committed
fx
1 parent 891547d commit 262145e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)