[Mlir-commits] [mlir] [mlir][linalg] Add patterns to convert matmul to transposed variants (PR #89075)

Cullen Rhodes llvmlistbot at llvm.org
Tue Apr 23 01:39:58 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

#89717

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


More information about the Mlir-commits mailing list