[Mlir-commits] [mlir] [mlir][linalg] Add pass to transpose matmul op (PR #89075)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Apr 19 00:37:00 PDT 2024


MaheshRavishankar wrote:

I'll explain more later, but you could do it as a PDL/pdll/TD script to do this replacement as a preprocessing. I know vector dialect does some things, but it's has been a long running issue that charting a path through vector dialect is challenging. I wouldn't use that as an example.
This is a fairly straightforward pattern that can live anywhere downstream but as a one off pattern is strange. 

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


More information about the Mlir-commits mailing list