[Mlir-commits] [mlir] [mlir][linalg] fix specialization of transposed matmul variants (PR #181387)
Renato Golin
llvmlistbot at llvm.org
Fri Feb 13 09:41:03 PST 2026
rengolin wrote:
The transposed variants are not defined operations but aliases to the standard `matmul`. I'd prefer to not add more uses of this as there are in the code, so that when / IF we remove it, there's less churn.
Can you just convert to a `matmul` with the transposed maps instead?
https://github.com/llvm/llvm-project/pull/181387
More information about the Mlir-commits
mailing list