[all-commits] [llvm/llvm-project] a032b4: [mlir][linalg] Fix neutral element value for minf/...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Nov 4 09:35:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a032b47e7e7792d57a26c0dcb38ecd12c28a0248
https://github.com/llvm/llvm-project/commit/a032b47e7e7792d57a26c0dcb38ecd12c28a0248
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/transform-op-split-reduction.mlir
Log Message:
-----------
[mlir][linalg] Fix neutral element value for minf/maxf
The neutral element got minf/maxf should be respectively +inf and -inf.
Bug reported by @Hardcode84.
Differential Revision: https://reviews.llvm.org/D137385
More information about the All-commits
mailing list