[Mlir-commits] [mlir] [mlir][vector] Update `CombineContractBroadcastMask` (PR #140050)
Han-Chung Wang
llvmlistbot at llvm.org
Fri May 16 15:28:43 PDT 2025
================
@@ -13,8 +13,7 @@ func.func @multidimreduction_contract(
%arg0: vector<8x32x16xf32>,%arg1: vector<8x32x16xf32>, %acc: vector<8x16xf32>) -> vector<8x16xf32> {
%0 = arith.mulf %arg0, %arg1 : vector<8x32x16xf32>
%1 = vector.multi_reduction <add>, %0, %acc [1] : vector<8x32x16xf32> to vector<8x16xf32>
- return %1 : vector<8x16xf32>
-}
+ return %1 : vector<8x16xf32> }
----------------
hanhanW wrote:
nit: revert the change?
https://github.com/llvm/llvm-project/pull/140050
More information about the Mlir-commits
mailing list