[Mlir-commits] [mlir] [mlir][x86] Decouple Accumulator from ADD-Based Vector Contractions (over loops) (PR #204327)
Arun Thangamani
llvmlistbot at llvm.org
Sat Aug 1 18:52:08 PDT 2026
================
@@ -352,8 +352,8 @@ struct VectorContractToPackedTypeDotProduct
if (!accReadOp0 || !accReadOp1)
return rewriter.notifyMatchFailure(
- contractOp,
- "Operands doesn't have load or transfer_read as it's parent op");
+ contractOp, "Operands doesn't have load or transfer_read or "
+ "dense constant attribute as it's parent op");
----------------
arun-thmn wrote:
Fixed
https://github.com/llvm/llvm-project/pull/204327
More information about the Mlir-commits
mailing list