[Mlir-commits] [mlir] [mlir][linalg] Enable fusion by expansion of reduction and named ops (PR #83473)

Quinn Dawkins llvmlistbot at llvm.org
Sat Mar 2 16:11:29 PST 2024


qedawkins wrote:

> This is OK to land, but you can change the utility method here to work on any `LinalgOp`. I am suspecting for.your use case you are generalizing the op before applying the reshape. We can skip that step.

Done. The same should probably be done for the collapsing patterns, but I assume that's fine to do as a follow up?

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


More information about the Mlir-commits mailing list