Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Intrinsics #218

Merged
merged 6 commits into from
Aug 8, 2024
Merged

Improve Intrinsics #218

merged 6 commits into from
Aug 8, 2024

Conversation

willtebbutt
Copy link
Member

@willtebbutt willtebbutt commented Aug 7, 2024

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/rrules/builtins.jl 97.98% <100.00%> (+1.03%) ⬆️

Copy link
Contributor

github-actions bot commented Aug 7, 2024

Performance Ratio:
Warning: results are very approximate!

┌────────────────────────────┬────────┬─────────┬─────────────┬─────────┐
│                      Label │  Tapir │  Zygote │ ReverseDiff │  Enzyme │
│                     String │ String │  String │      String │  String │
├────────────────────────────┼────────┼─────────┼─────────────┼─────────┤
│                        sum │   42.6 │   0.438 │        3.02 │   0.669 │
│                       _sum │   14.8 │   497.0 │        41.8 │   0.121 │
│                   kron_sum │   85.8 │    3.57 │       224.0 │    24.4 │
│              kron_view_sum │   95.7 │    11.4 │       243.0 │    8.33 │
│      naive_map_sin_cos_exp │   4.04 │ missing │        9.87 │    2.75 │
│            map_sin_cos_exp │   4.64 │    1.77 │        7.67 │    3.41 │
│      broadcast_sin_cos_exp │   4.34 │    2.59 │        1.66 │    3.03 │
│                 simple_mlp │   8.91 │    3.04 │        12.0 │    3.19 │
│                     gp_lml │   15.9 │    4.42 │     missing │ missing │
│ turing_broadcast_benchmark │   8.63 │ missing │        27.5 │ missing │
└────────────────────────────┴────────┴─────────┴─────────────┴─────────┘

@willtebbutt willtebbutt merged commit 1ccdafb into main Aug 8, 2024
18 checks passed
@willtebbutt willtebbutt deleted the wct/improve-intrinsics branch August 8, 2024 10:02
@sunxd3
Copy link
Collaborator

sunxd3 commented Aug 8, 2024

Good stuff!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants