[Mlir-commits] [mlir] [MLIR][Linalg] Add `maximumf` as an binary `linalg.elementwise` fn (PR #153635)

Rolf Morel llvmlistbot at llvm.org
Fri Aug 15 05:14:37 PDT 2025


rolfmorel wrote:

Never mind. Both `linalg.elementwise kind=#linalg.elementwise_kind<max_unsigned>` and `linalg.elementwise kind=#linalg.elementwise_kind<max_signed>` give the right -- and same -- behaviour on floats. (For me personally though, can't say that that's the _expected_ behaviour...)

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


More information about the Mlir-commits mailing list