Skip to content

Commit

Permalink
[mlir] Add polynomial approximation for math::LogOp (using builders API)
Browse files Browse the repository at this point in the history
Replace math::LogOp with an approximations from the the Julien Pommier's SSE math library

Link: http://gruntthepeon.free.fr/ssemath

Reviewed By: asaadaldien

Differential Revision: https://reviews.llvm.org/D97304
  • Loading branch information
ezhulenev committed Feb 24, 2021
1 parent 5f0800c commit ce976d2
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 112 deletions.
1 change: 1 addition & 0 deletions mlir/lib/Dialect/Math/Transforms/CMakeLists.txt
Expand Up @@ -7,6 +7,7 @@ add_mlir_dialect_library(MLIRMathTransforms

LINK_LIBS PUBLIC
MLIRIR
MLIRLLVMIR
MLIRMath
MLIRPass
MLIRStandard
Expand Down

0 comments on commit ce976d2

Please sign in to comment.