[Mlir-commits] [mlir] [MLIR][Arith] Add denormal attribute to binary/unary operations (PR #112700)

Mehdi Amini llvmlistbot at llvm.org
Mon Dec 9 10:36:21 PST 2024


joker-eph wrote:

> My position is that this change seems consistent with the existing philosophy of the arith dialect.

This is a reasonable thing we can debate in the RFC.
(I'm personally not convinced: because LLVM IR and actual LLVM targets other than PTX don't seem support this right now, and the tradeoffs/alternatives with how we would manage this have to be considered, it didn't happen here so far: an RFC is the way to go to ensure this, and if we had done it, we'd be in position right now to properly document this feature on https://mlir.llvm.org/docs/ ; right now this PR didn't document nor discuss clearly the expectations and the plans for this).

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


More information about the Mlir-commits mailing list