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

Test: Add enzyme and mooncake to benchmark #540

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

seabbs
Copy link
Collaborator

@seabbs seabbs commented Dec 10, 2024

This PR adds Enzyme.jl and Mooncake.jl to out benchmarking to see what happens. Potentially these should be split into two PRs and then kept updated as new versions of the autodiff backends are produced.

Copy link
Contributor

Try this Pull Request!

Open Julia and type:

import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/CDCgov/Rt-without-renewal", rev="add-enzyme-mooncake", subdir="EpiAware")
using EpiAware

@seabbs
Copy link
Collaborator Author

seabbs commented Dec 10, 2024

Potentially there is a setup issue as from what I can see both fail for all benchmarks

@seabbs
Copy link
Collaborator Author

seabbs commented Dec 10, 2024

I have also inserted Enzyme and Mooncake into one of the case studies each as another small test

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.54%. Comparing base (8dc444f) to head (38e7518).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #540   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files          57       57           
  Lines         825      825           
=======================================
  Hits          747      747           
  Misses         78       78           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seabbs
Copy link
Collaborator Author

seabbs commented Dec 10, 2024

Ha nothing is loaded - I am clearly doing a great job

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