[Mlir-commits] [mlir] [MLIR][XeGPU] Lower vector.multi_reduction to vector.reduction for lane local (PR #191037)

Jianhui Li llvmlistbot at llvm.org
Wed Apr 8 17:20:49 PDT 2026


================
@@ -145,7 +145,8 @@ Value subgroupReduction(Location loc, OpBuilder &builder, Value input,
 Value lowerToVectorReductions(TypedValue<VectorType> src,
                               TypedValue<VectorType> acc,
                               vector::CombiningKind kind, int64_t reductionDim,
-                              Location loc, PatternRewriter &rewriter);
+                              Location loc, PatternRewriter &rewriter,
+                              bool setLayout = true);
----------------
Jianhui-Li wrote:

Instead of adding this extra parameter just for test purpose, why not changing the test checker? 

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


More information about the Mlir-commits mailing list