Add tutorial for resolves
This PR aims to add a comprehensive tutorial on how to setup efficient resolves on CPU & GPU.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 99.77%. Comparing base (d714461) to head (d8cb1a8).
:warning: Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #405 +/- ##
=======================================
Coverage 99.77% 99.77%
=======================================
Files 38 38
Lines 6586 6586
=======================================
Hits 6571 6571
Misses 15 15
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Please get the docs to pass, so I can review
Also, is there a way to avoid using DifferentialEquations in this tutorial? Including it, increases the documentation build time to 15 minutes (up from 7 minutes). Since we only do one re-solve, perhaps we can just provide manual measurements and say one could use DifferentialEquations, but we don't run it in the documentation to minimize precompilation time.