[Mlir-commits] [mlir] [mlir][vector] Add patterns to simplify chained reductions (PR #73048)

Lei Zhang llvmlistbot at llvm.org
Tue Nov 21 15:51:55 PST 2023


================
@@ -1402,6 +1402,98 @@ struct FoldArithExtIntoContractionOp
   }
 };
 
+/// Pattern to fold chained to reduction to a series of vector additions and a
----------------
antiagainst wrote:

fold chained reduction

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


More information about the Mlir-commits mailing list