[Mlir-commits] [mlir] [mlir][linalg] Add patterns to convert matmul to transposed variants (PR #89075)
Cullen Rhodes
llvmlistbot at llvm.org
Mon Apr 22 08:36:53 PDT 2024
c-rhodes 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.
👍 I'll address that in a follow-up
https://github.com/llvm/llvm-project/pull/89075
More information about the Mlir-commits
mailing list