[all-commits] [llvm/llvm-project] b122cb: [mlir][Math] Fix NaN handling in Exp approximation
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Tue Feb 15 06:18:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b122cbebec43fc3cca485448337c6890c7f36cbc
https://github.com/llvm/llvm-project/commit/b122cbebec43fc3cca485448337c6890c7f36cbc
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
M mlir/test/Dialect/Math/polynomial-approximation.mlir
M mlir/test/mlir-cpu-runner/math-polynomial-approx.mlir
Log Message:
-----------
[mlir][Math] Fix NaN handling in Exp approximation
Differential Revision: https://reviews.llvm.org/D119832
More information about the All-commits
mailing list