This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6b5bde697bb6f2ec8564c9b35bbf9f2d5b703f13
clang-p2996
/
mlir
/
test
/
Dialect
/
Math
History
William Moses
1b610e69d9
[MLIR][Math] Add floating point value folders (
#127947
)
2025-02-20 09:59:55 -06:00
..
algebraic-simplification.mlir
…
canonicalize_ipowi.mlir
…
canonicalize.mlir
[MLIR][Math] Add floating point value folders (
#127947
)
2025-02-20 09:59:55 -06:00
depends-on-arith.mlir
…
expand-math.mlir
[MLIR] Lower
math.powf(x, 3.0)
to
x * x * x
. (
#127256
)
2025-02-14 15:25:01 -05:00
extend-to-supported-types-f16.mlir
[mlir] Refactor LegalizeToF32 to specify extra supported float types and target type as arguments (
#108815
)
2024-09-27 10:02:16 -05:00
extend-to-supported-types.mlir
[mlir] Refactor LegalizeToF32 to specify extra supported float types and target type as arguments (
#108815
)
2024-09-27 10:02:16 -05:00
ops.mlir
[mlir] add some FP classification ops and their lowering to libdevice (
#127322
)
2025-02-16 14:51:21 +01:00
polynomial-approximation.mlir
[MLIR][Math] Add erfc to math dialect (
#126439
)
2025-02-18 10:51:37 -05:00
uplift-to-fma.mlir
…