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
16 lines
273 B
CMake
16 lines
273 B
CMake
add_mlir_dialect_library(MLIRMathTransforms
|
|
ExpandTanh.cpp
|
|
PolynomialApproximation.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Math/Transforms
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRLLVMIR
|
|
MLIRMath
|
|
MLIRPass
|
|
MLIRStandard
|
|
MLIRTransforms
|
|
)
|