[Mlir-commits] [mlir] [MLIR][XeGPU] Enhance XeGPU lane layout to support "wrap-around" distribution (PR #186958)
Igor Zamyatin
llvmlistbot at llvm.org
Thu Mar 19 14:51:56 PDT 2026
================
@@ -677,18 +677,6 @@ void LayoutInfoPropagation::visitVectorBroadCastOp(
auto srcShape = sourceTy.getShape();
auto resShape = resultTy.getShape();
- size_t dimDiff = resultTy.getRank() - sourceTy.getRank();
----------------
Garra1980 wrote:
Is this change related?
https://github.com/llvm/llvm-project/pull/186958
More information about the Mlir-commits
mailing list