Skip to content

Commit 04778bf

Browse files
committed
Address comments.
1 parent 56d8f73 commit 04778bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/XeVMOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def XeVM_BlockLoadOp
209209
Result type may be a scalar or vector type of scalar element type.
210210

211211
The parameters are:
212-
* `ptr` - the base address to load from
212+
* `ptr` - the base address to load from. Must be uniform across subgroup.
213213
* `cache_control` - an enumerator that sets the cache behaviour
214214

215215
Example:
@@ -245,7 +245,7 @@ def XeVM_BlockStoreOp
245245
`val` type may be a scalar or vector type of scalar element type.
246246

247247
The parameters are:
248-
* `ptr` - the base address to store to
248+
* `ptr` - the base address to store to. Must be uniform across subgroup.
249249
* `val` - the value to store
250250
* `cache_control` - an enumerator that sets the cache behaviour
251251

0 commit comments

Comments
 (0)