[Mlir-commits] [mlir] [mlir][vector] Add pattern to break down reductions into arith ops (PR #75727)

Jakub Kuderski llvmlistbot at llvm.org
Mon Dec 18 11:44:03 PST 2023


================
@@ -6212,6 +6214,7 @@ bool WarpExecuteOnLane0Op::areTypesCompatible(Type lhs, Type rhs) {
 
 Value mlir::vector::makeArithReduction(OpBuilder &b, Location loc,
                                        CombiningKind kind, Value v1, Value acc,
+                                       arith::FastMathFlagsAttr fastmath,
----------------
kuhar wrote:

Sure, here it is https://github.com/llvm/llvm-project/pull/75846

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


More information about the Mlir-commits mailing list