[all-commits] [llvm/llvm-project] ea7f21: [mlir] Add polynomial approximation for math::ExpOp
Ahmed S. Taei via All-commits
all-commits at lists.llvm.org
Mon Mar 1 11:02:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea7f211b2e6cbb49f178ec9ba085a4958d33cdea
https://github.com/llvm/llvm-project/commit/ea7f211b2e6cbb49f178ec9ba085a4958d33cdea
Author: Ahmed Taei <ataei at google.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
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] Add polynomial approximation for math::ExpOp
Similar to fast_exp in https://github.com/boulos/syrah
Differential Revision: https://reviews.llvm.org/D97599
More information about the All-commits
mailing list