[Mlir-commits] [mlir] [mlir][linalg] Add 'compute_element_type' to linalg.elementwise op. (PR #190566)
Renato Golin
llvmlistbot at llvm.org
Wed Apr 8 09:31:27 PDT 2026
rengolin wrote:
> The above is in fact the current semantics. And the way the 'compute_element_type' is defined is `precisely` to respect backward compatibility.
Sorry, I meant "current semantics of other operations". We have agreed last year that `output_type == compute_type`, now we just need to make that work.
https://github.com/llvm/llvm-project/pull/190566
More information about the Mlir-commits
mailing list