[Mlir-commits] [mlir] [mlir][linalg] Elementwise fusion for any `LinalgOp` (PR #144922)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 19 18:07:48 PDT 2025
srcarroll wrote:
It occurs to me now that options like `fuse-generic-ops` no longer make sense. Although it didn't make sense to me in the first place since `generic` ops were the only ops that were fused. I think we can get rid of this option altogether in favor of `fuse-generic-ops-control`. However, I think the functionality of this should change. Since this option always just uses the `setFusedOpOperandLimit<4>` control function, how about we just repurpose this option to set the limit number? e.g. `fuse-operand-limit=4`.
Any thoughts?
https://github.com/llvm/llvm-project/pull/144922
More information about the Mlir-commits
mailing list