[Mlir-commits] [mlir] [MLIR][XeGPU] Enhance XeGPU lane layout to support "wrap-around" distribution (PR #186958)

Artem Kroviakov llvmlistbot at llvm.org
Thu Mar 19 08:11:11 PDT 2026


================
@@ -1097,9 +1097,10 @@ struct LoadDistribution final : public gpu::WarpDistributionPattern {
       return isa<xegpu::LoadGatherOp>(op) &&
              warpOp.getTerminator()->getPrevNode() == op;
     });
-    if (!producedByLastLoad)
+    if (!producedByLastLoad) {
----------------
akroviakov wrote:

Unrelated change

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


More information about the Mlir-commits mailing list