[Mlir-commits] [mlir] [MLIR][XeGPU][VectorToXeGPU] Fixed transposed transfer_read/write (PR #197281)

Charitha Saumya llvmlistbot at llvm.org
Thu May 14 14:00:48 PDT 2026


================
@@ -288,7 +292,7 @@ computeMemrefMeta(OpType xferOp, PatternRewriter &rewriter) {
 //   %offsets =  memref_offset + orig_offset + local_offsets
 static Value computeOffsets(VectorTransferOpInterface xferOp,
----------------
charithaintc wrote:

why this has two stride arguments? can't we only use the original strides everywhere. 

https://github.com/llvm/llvm-project/pull/197281


More information about the Mlir-commits mailing list