[Mlir-commits] [mlir] [MLIR][XeGPU] Add support for cross-subgroup reduction from wg to sg (PR #170936)

Jianhui Li llvmlistbot at llvm.org
Wed Jan 14 23:17:30 PST 2026


================
@@ -1184,6 +1184,89 @@ struct WgToSgVectorShapeCastOp
   }
 };
 
+static Value createNeutralAccumulator(ConversionPatternRewriter &rewriter,
----------------
Jianhui-Li wrote:

nit: is "neutral" necessary here in the func name? 

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


More information about the Mlir-commits mailing list