[Mlir-commits] [mlir] [MLIR][XeGPU] Fix layout inference issues blocking MXFP_GEMM test (PR #196243)
Artem Kroviakov
llvmlistbot at llvm.org
Thu May 7 06:24:27 PDT 2026
akroviakov wrote:
Btw, is there any reason we still use
```cpp
xegpu::DistributeLayoutAttr sourceLayout =
xegpu::getDistributeLayoutAttr(op.getVector());
```
and not
```cpp
xegpu::DistributeLayoutAttr sourceLayout =
xegpu::getTemporaryLayout(op->getOpOperand(0));
```
for vector transpose at wg-to-sg?
https://github.com/llvm/llvm-project/pull/196243
More information about the Mlir-commits
mailing list