[Mlir-commits] [mlir] [mlir][linalg] Add 'compute_element_type' to linalg.elementwise op. (PR #190566)

Javed Absar llvmlistbot at llvm.org
Wed Apr 8 14:24:34 PDT 2026


javedabsar1 wrote:

> ns". We have agreed last year that `output_type == compute_type`, now we just need to make that work.

OK let me interpret what you mean as 'we just need to make that work.' is bit cryptic. I think you mean that if input is f16 and output is f32 then 'current implementation' is broken and I should fix that. What if input is f32 and output is f16? 

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


More information about the Mlir-commits mailing list