[Mlir-commits] [mlir] [mlir][linalg] Add patterns to convert matmul to transposed variants (PR #89075)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Apr 22 05:05:24 PDT 2024
ftynse wrote:
> Do you mean to match on a specific matmul operation?
I mean take a handle to the matmul operation to transpose. Where it comes from is orthogonal to the transformation. I'm happy to have it in this commit or separately.
https://github.com/llvm/llvm-project/pull/89075
More information about the Mlir-commits
mailing list