[Mlir-commits] [mlir] [mlir][linalg] Elementwise fusion for any `LinalgOp` (PR #144922)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 19 12:38:33 PDT 2025
srcarroll wrote:
I think I know why this fails. The fundamental difference between `linalg.map` and `linalg.generic` is that the former doesn't have block arguments for the init operands. So any logic involving changing/mapping output block args won't work generically in the current state. I'll try to figure something out
https://github.com/llvm/llvm-project/pull/144922
More information about the Mlir-commits
mailing list