[Mlir-commits] [mlir] [MLIR][XeGPU] Use operand layouts for store scatter (PR #161447)
Charitha Saumya
llvmlistbot at llvm.org
Wed Oct 1 16:34:14 PDT 2025
================
@@ -824,7 +824,7 @@ struct WgToSgStoreScatterOpWithOffset
return failure();
xegpu::DistributeLayoutAttr layout =
- xegpu::getDistributeLayoutAttr(op.getValue());
----------------
charithaintc wrote:
this should also work. why this change is needed?
i.e, these two calls should return the same layout.
https://github.com/llvm/llvm-project/pull/161447
More information about the Mlir-commits
mailing list