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

Cullen Rhodes llvmlistbot at llvm.org
Mon Apr 22 01:47:49 PDT 2024


c-rhodes wrote:

> We are going in circles here. I understand that this use case is important, and accomodating downstream users is important to me as well. But IMO we need to balance what goes into core and what lives downstream.
> 
> First of all, we cant have a pass. Passes in MLIR IMO are mostly for testing. So agreed there we can have a test pass (or as is the norm now a test transform op).
> 

FWIW I've removed the pass in favour of a transform op.

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


More information about the Mlir-commits mailing list