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 @@ -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
You can’t perform that action at this time.
0 commit comments