summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
AgeCommit message (Expand)Author
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (19/n) (#149926)Maksim Levental
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-03-11[mlir][math] add benefit arg to populate math approximations/expansions (#130...Emilio Cota
2025-02-18[MLIR][Math] Add erfc to math dialect (#126439)Jan Leyonberg
2025-02-10[MLIR][Math] Add fine-grained populate-patterns functions for math function r...Benoit Jacob
2024-11-05[mlir][Math] Fix 0-rank support for PolynomialApproximation (#114826)Kunwar Grover
2024-08-04[mlir] Construct SmallVector with ArrayRef (NFC) (#101896)Kazu Hirata
2024-07-31[mlir][math] Fix polynomial `math.asin` approximation (#101247)Rob Suderman
2024-05-07[mlir][math] Add Polynomial Approximation for acos, asin op (#90962)Prashant Kumar
2024-03-15[mlir][math] Propagate scalability in polynomial approximation (#84949)Benjamin Maxwell
2024-02-23[MLIR] Expose approximation patterns for tanh/erf. (#82750)Johannes Reifferscheid
2024-01-22Apply clang-tidy fixes for readability-identifier-naming in PolynomialApproxi...Mehdi Amini
2023-06-24[mlir][polyapprox] Use llvm::numbers for constants.Jacques Pienaar
2023-06-23[mlir][math] Improved math.atan approximationRobert Suderman
2023-06-23[mlir][math] Modified the 'math.exp' lowering for higher precisionRobert Suderman
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir] Prevent implicit downcasting to interfacesRahul Kayaith
2023-03-27[mlir] Add support for non-f32 polynomial approximationRobert Suderman
2023-03-14[mlir][DialectUtils] Cleanup IndexingUtils and provide more affine variants w...Nicolas Vasilache
2023-03-06[mlir][math] Add math.cbrt polynomial approximationRobert Suderman
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-11-22[NFC][mlir] VectorUtils / IndexingUtils simplifications and cleanupsNicolas Vasilache
2022-10-15[mlir] Fix warningsKazu Hirata
2022-10-14Add f16 type support in math.erf op.Prashant Kumar
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu
2022-02-18[mlir] Propagate NaNs in PolynomialApproximationTres Popp
2022-02-15[mlir][Math] Fix NaN handling in Exp approximationAdrian Kuegel
2022-02-15[mlir][Math] Fix NaN handling in ExpM1 approximation.Adrian Kuegel
2022-02-08[mlir][math] Expand coverage of atan2 expansionJacques Pienaar
2022-02-07[mlir][NFC] Remove a few op builders that simply swap parameter orderRiver Riddle
2022-02-02[mlir:Standard] Remove support for creating a `unit` ConstantOpRiver Riddle
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer
2022-01-30[mlir] Silence warnings when building with MSVCAlexandre Ganea
2022-01-30Apply clang-tidy fixes for readability-identifier-naming in PolynomialApproxi...Mehdi Amini
2022-01-21[mlir] Add polynomial approximation for atan and atan2Rob Suderman
2022-01-02Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for bugprone-argument-comment to MLIR (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-11-30[mlir] Update accessors prefixed form (NFC)Jacques Pienaar
2021-11-30[mlir] Move bufferization-related passes to `bufferization` dialect.Alexander Belyaev
2021-10-29[mlir] MathApproximations: scalars shape must be 0-rankEugene Zhulenev
2021-10-28[mlir] MathApproximations: unroll virtual vectors into hardware vectors for I...Eugene Zhulenev
2021-10-26[mlir] Use float literals to make Windows build happy.Alexander Belyaev
2021-10-26[mlir] Update Erf approximation.Alexander Belyaev
2021-10-26[mlir] Allow polynomial approximations for N-d vectors.Alexander Belyaev
2021-10-25[MLIR][Math] Add erf to math dialectBoian Petkantchin