[Mlir-commits] [mlir] [MLIR][XeGPU] Add support for cross-subgroup reduction from wg to sg (PR #170936)
Charitha Saumya
llvmlistbot at llvm.org
Tue Dec 9 15:48:32 PST 2025
================
@@ -1152,64 +1152,232 @@ struct WgToSgVectorShapeCastOp
}
};
-/// Pattern for lowering vector.multi_reduction op to subgroup level.
-/// Current limitation: the sg_layout in the reduced dimension being 1
-/// so that reduction is local to subgroup & no cross-subgroup communication is
-/// needed.
-/// TODO: Add cases to handle more general situations which require SLM access.
+// This pattern transforms vector.multi_dim_reduction ops to work at subgroup
----------------
charithaintc wrote:
please add the summary of your algo here.
https://github.com/llvm/llvm-project/pull/170936
More information about the Mlir-commits
mailing list