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

Cullen Rhodes llvmlistbot at llvm.org
Mon Apr 22 04:08:35 PDT 2024


c-rhodes wrote:

> > I have no concerns with this now that it is implemented as an apply_patterns op.
> 
> OTOH, I'd prefer this to be more targeted than a blanket "apply everywhere" pattern, but there is always time to add that later.

Do you mean to match on a specific matmul operation?

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


More information about the Mlir-commits mailing list