[Mlir-commits] [mlir] [mlir][vector] Replace OneDimMultiReductionToTwoDim with OneDimMultiReductionToReduction (PR #184241)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Wed Mar 4 07:54:21 PST 2026
================
@@ -223,18 +223,17 @@ def ApplyMaterializeMasksPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
-def ApplyReorderAndExpandMultiReductionPatternsOp: Op<Transform_Dialect,
- "apply_patterns.vector.reorder_and_expand_multi_reduction_dims",
+def ApplyReorderMultiReductionPatternsOp: Op<Transform_Dialect,
+ "apply_patterns.vector.reorder_multi_reduction_dims",
[DeclareOpInterfaceMethods<PatternDescriptorOpInterface>]> {
let description = [{
Indicates that vector multi_reduction-like operations should be
transformed such that all reduction dimensions become innermost or
outermost, and 1-D reductions are lifted to 2-D.
----------------
amd-eochoalo wrote:
https://github.com/llvm/llvm-project/pull/184241/commits/61aa1fd74d1ebf9eff0905fc21896aafc81d1f5b
https://github.com/llvm/llvm-project/pull/184241
More information about the Mlir-commits
mailing list