[Mlir-commits] [mlir] [mlir][linalg] Generic to category specialization (PR #184624)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Mar 6 01:02:11 PST 2026
================
@@ -220,6 +224,28 @@ static FailureOr<LinalgOp> specializeLinalgContractions(RewriterBase &rewriter,
[](AffineMap m) { return !m.isProjectedPermutation(); }))
return failure();
+ // Only mul+add contraction is supported.
----------------
banach-space wrote:
Could you remind me _why_` and is this limitation specific to contraction Ops? Just trying to understand the state of things.
https://github.com/llvm/llvm-project/pull/184624
More information about the Mlir-commits
mailing list