[Mlir-commits] [mlir] [mlir][linalg] Generic to category specialization (PR #184624)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Mar 6 03:22:25 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:

Perhaps expand the comment? It's a bit tricky to track where various limitations are coming from.

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


More information about the Mlir-commits mailing list