[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Lower vector.load/store/transfer_read/transfer_write to new offsets syntax (PR #162095)
Adam Siemieniuk
llvmlistbot at llvm.org
Wed Oct 22 01:20:26 PDT 2025
================
@@ -261,6 +261,21 @@ def XeGPU_PrefetchNdOp : XeGPU_Op<"prefetch_nd", []> {
: !xegpu.tensor_desc<8x16xf16>
```
+ The operation may take optional offsets for the tensor descriptor.
+ The number of offsets must be greater or equal to the rank of the tensor descriptor
+ and less than the rank of the source memref. The offsets are applied to the innermost
----------------
adam-smnk wrote:
Less or equal?
https://github.com/llvm/llvm-project/pull/162095
More information about the Mlir-commits
mailing list