[Mlir-commits] [mlir] [mlir][linalg] Elementwise fusion for any `LinalgOp` (PR #144922)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 19 09:27:14 PDT 2025
srcarroll wrote:
The current changes in this PR will fuse `linalg.map` ops, but produce a `linalg.generic` even when it is technically possible to generate another `linalg.map`. I dont know enough to modify the code in a sane way to get `linalg.map` outputs (when appropriate) so if anyone has any ideas, i would love to hear.
https://github.com/llvm/llvm-project/pull/144922
More information about the Mlir-commits
mailing list