[Mlir-commits] [mlir] [mlir][linalg] fix specialization of transposed matmul variants (PR #181387)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Feb 16 02:40:21 PST 2026
================
@@ -133,8 +133,8 @@ static IndexMatchResult matchOperandMap(AffineMap map, unsigned rowDimIdx,
// Replaces genericOp with `NamedOpTy` op, supplied as a template arg.
// All the variants expressed as pseudo regular expression:
-// `linalg.{batch_}?matmul{_transpose_a | _transpose_b}?`
-// have same number of ins/out, so its easy to stamp different versions.
+// `linalg.{batch_}?matmul` have same number of ins/out, so its easy to
----------------
adam-smnk wrote:
```suggestion
// `linalg.{batch_}?matmul` have same number of ins/out, so it's easy to
```
nit: typo
https://github.com/llvm/llvm-project/pull/181387
More information about the Mlir-commits
mailing list