[Mlir-commits] [mlir] [MLIR][Linalg] Add aggregate ops decomposition pass and softmax decom… (PR #97582)

Petr Kurapov llvmlistbot at llvm.org
Wed Jul 3 09:31:16 PDT 2024


kurapov-peter wrote:

> * The `linalg.reduce { maxnum }`'s init constant is wrong, will yield wrong max if all numbers are `<=0`.

Oh, nice catch! Misused the smallest api :) Will fix in a bit.

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


More information about the Mlir-commits mailing list