[Mlir-commits] [mlir] [mlir][vector] Update `CombineContractBroadcastMask` (PR #140050)
Han-Chung Wang
llvmlistbot at llvm.org
Fri May 16 15:28:43 PDT 2025
================
@@ -116,6 +156,39 @@ func.func @contract_broadcast_unit_dim_reduction(%arg0 : vector<8x4xi32>, %arg1
return %result : vector<8x8xi32>
}
+// -----
+
+// Same as above, but with a mask
----------------
hanhanW wrote:
```suggestion
// Same as above, but with a mask.
```
https://github.com/llvm/llvm-project/pull/140050
More information about the Mlir-commits
mailing list