[Mlir-commits] [mlir] [mlir][linalg] Genericize MapOp (PR #162742)

Matthias Springer llvmlistbot at llvm.org
Mon Oct 20 06:38:20 PDT 2025


matthias-springer wrote:

Whether `linalg.map` should expose the "init" as a block argument: I'm not sure. I haven't work with Linalg in a while. One benefit is that you with this PR: you don't have to pass the same operand twice. E.g., you can write `linalg.map ins(%a) inits(%b) { ... }` if you just want to add `%a` and %b`. (Previously, you had to pass `%b` twice.


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


More information about the Mlir-commits mailing list