summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Math
AgeCommit message (Expand)Author
2025-10-01[MLIR] Add sincos fusion pass (#161413)Asher Mancinelli
2025-09-30[MLIR] Add sincos op to math dialect (#160772)Asher Mancinelli
2025-09-19[MLIR] Add new complex.powi op (#158722)Akash Banerjee
2025-09-02[mlir][math] Add `clampf` and clean math `ExpandOps` API (#151153)Fabian Mora
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-04-15[mlir][math] powi with negative exponent should invert at the end (#135735)Asher Mancinelli
2025-03-11[mlir][math] add benefit arg to populate math approximations/expansions (#130...Emilio Cota
2025-02-28[mlir][math] Rsqrt math expand pass expects static shaped operand (#129006)Kai Sasaki
2025-02-26[mlir][math] expand-math pass assumes the static shaped type (#128299)Kai Sasaki
2025-02-20[MLIR][Math] Add floating point value folders (#127947)William Moses
2025-02-18[MLIR][Math] Add erfc to math dialect (#126439)Jan Leyonberg
2025-02-16[mlir] add some FP classification ops and their lowering to libdevice (#127322)Oleksandr "Alex" Zinenko
2025-02-14[MLIR] Lower `math.powf(x, 3.0)` to `x * x * x`. (#127256)Benoit Jacob
2025-02-13[mlir][math] `powf(a, b)` drop support when a < 0 (#126338)Hyunsung Lee
2025-02-10[MLIR][Math] Add fine-grained populate-patterns functions for math function r...Benoit Jacob
2025-02-06Revert "[mlir][math]Update `convertPowfOp` `ExpandPatterns.cpp`" (#126063)Han-Chung Wang
2025-01-28[mlir][math]Update `convertPowfOp` `ExpandPatterns.cpp` (#124402)Hyunsung Lee
2025-01-24[mlir] [math] Fix the precision issue of expand math (#120865)donald chen
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-12-09[mlir][math] Fix `math.powf` expansion case for `pow(x, 0)` (#119015)Christopher Bate
2024-11-05[mlir][Math] Fix 0-rank support for PolynomialApproximation (#114826)Kunwar Grover
2024-10-05[mlir][NFC] Mark type converter in `populate...` functions as `const` (#111250)Matthias Springer
2024-09-27 [mlir] Refactor LegalizeToF32 to specify extra supported float types and tar...Daniel Hernandez-Juarez
2024-08-21[MLIR][MathDialect] fix fp32 promotion crash when encounters scf.if (#104451)Ivy Zhang
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-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang
2024-05-13[mlir][math] lower rsqrt to sqrt + fdiv (#91344)Corentin Ferry
2024-05-07[mlir][math] Add Polynomial Approximation for acos, asin op (#90962)Prashant Kumar
2024-05-07[mlir][math] Add expand patterns for acosh, asinh, atanh (#90718)jinchen
2024-04-03[mlir][math] Convert math.fpowi to math.powf in case of non constant (#87472)Prashant Kumar
2024-04-01[mlir][math] Expand powfI operation for constant power operand. (#87081)Prashant Kumar
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli
2024-03-17[mlir][math] Reland 58ef9bec071383744fb703ff08df9806f25e4095 (#85436)srcarroll
2024-03-15[mlir][math] Propagate scalability in polynomial approximation (#84949)Benjamin Maxwell
2024-03-15Revert "[mlir][math] Implement alternative decomposition for tanh (#8… (#85...srcarroll
2024-03-14[mlir][math] Implement alternative decomposition for tanh (#85025)srcarroll
2024-02-23[MLIR] Expose approximation patterns for tanh/erf. (#82750)Johannes Reifferscheid
2024-02-13[mlir][vector] ND vectors linearization pass (#81159)Ivan Butygin
2024-01-22Apply clang-tidy fixes for readability-identifier-naming in PolynomialApproxi...Mehdi Amini
2024-01-18[mlir][Math] Add pass to legalize math functions to f32-or-higher (#78361)Krzysztof Drewniak
2024-01-10[mlir][math] Add math.acosh|asin|asinh|atanh op (#77463)Vivek Khandelwal
2024-01-08[mlir] Declare promised interfaces for the ConvertToLLVM extension (#76341)Justin Fargnoli
2023-12-15[mlir][math] Added `math.sinh` with expansions to `math.exp` (#75517)Rob Suderman
2023-12-13Add cosh op to the math dialect. (#75153)Sungsoon Cho
2023-12-08Implement acos operator in MLIR Math Dialect (#74584)Frederik Harwath