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

Remove LogDensityProblemsAD Extension #370

Merged
merged 4 commits into from
Nov 14, 2024

Conversation

willtebbutt
Copy link
Member

Now that LogDensityProblemsAD support ADTypes, Mooncake does not need to directly implement the LogDensityProblemsAD interface.

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Copy link
Contributor

github-actions bot commented Nov 14, 2024

Performance Ratio:
Ratio of time to compute gradient and time to compute function.
Warning: results are very approximate! See here for more context.

┌────────────────────────────┬──────────┬─────────┬─────────────┬─────────┐
│                      Label │ Mooncake │  Zygote │ ReverseDiff │  Enzyme │
│                     String │   String │  String │      String │  String │
├────────────────────────────┼──────────┼─────────┼─────────────┼─────────┤
│                   sum_1000 │     69.2 │     1.0 │         5.5 │ missing │
│                  _sum_1000 │      6.6 │  1320.0 │        34.0 │ missing │
│               sum_sin_1000 │     2.29 │    1.69 │        10.6 │ missing │
│              _sum_sin_1000 │     2.77 │   284.0 │        13.7 │ missing │
│                   kron_sum │     74.1 │    3.89 │       240.0 │ missing │
│              kron_view_sum │     55.6 │    8.86 │       224.0 │ missing │
│      naive_map_sin_cos_exp │     2.52 │ missing │        7.18 │ missing │
│            map_sin_cos_exp │     2.68 │    1.44 │        6.03 │ missing │
│      broadcast_sin_cos_exp │      2.6 │    3.16 │        1.46 │ missing │
│                 simple_mlp │     4.16 │    2.03 │         8.2 │ missing │
│                     gp_lml │     9.43 │    3.72 │     missing │ missing │
│ turing_broadcast_benchmark │     3.19 │ missing │        27.0 │ missing │
│         large_single_block │     4.01 │  4120.0 │        31.2 │ missing │
└────────────────────────────┴──────────┴─────────┴─────────────┴─────────┘

@willtebbutt willtebbutt merged commit f182cdf into main Nov 14, 2024
29 checks passed
@willtebbutt willtebbutt deleted the wct/remove-logdensityproblemsad-extension branch November 14, 2024 19:33
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.

1 participant