[Mlir-commits] [mlir] [MLIR][XeGPU] Use operand layouts for store scatter (PR #161447)
Nishant Patel
llvmlistbot at llvm.org
Wed Oct 1 17:16:47 PDT 2025
================
@@ -824,7 +824,7 @@ struct WgToSgStoreScatterOpWithOffset
return failure();
xegpu::DistributeLayoutAttr layout =
- xegpu::getDistributeLayoutAttr(op.getValue());
----------------
nbpatel wrote:
yes, it should work as well, but I changed it just to be consistent to call getter and setter on operand/s for store..
https://github.com/llvm/llvm-project/pull/161447
More information about the Mlir-commits
mailing list