[Mlir-commits] [mlir] [MLIR][Linalg] Remove matmul_transpose variants (PR #147961)

Andrzej Warzyński llvmlistbot at llvm.org
Mon Jul 14 03:25:38 PDT 2025


https://github.com/banach-space commented:

Thanks for doing this, it's long over-due and a much appreciate clean-up 🙏🏻  

The approach that you are taking here makes sense to me, though there should be some deprecation note for the specialised builders for `linalg.matmul` - presumably we don't want to keep them forever?

Btw, we rely on `linalg.matmul_transpose_a` for SME and as you mention in the summary, "upstream" LG. I also checked in IREE and identified a few minor things, but nothing too concerning. I will report in https://github.com/iree-org/iree/issues/21349.

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


More information about the Mlir-commits mailing list