LuxDL / BatchedRoutines.jl

Routines for batching regular code and make them fast!
MIT License
8 stars 0 forks source link

Add Batched Nonlinear Solvers and Forward AD rules #13

Closed avik-pal closed 5 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 79.83871% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 72.70%. Comparing base (54b894e) to head (a37f694). Report is 2 commits behind head on main.

Files Patch % Lines
ext/BatchedRoutinesReverseDiffExt.jl 0.00% 6 Missing :warning:
...dRoutinesSciMLSensitivityExt/steadystateadjoint.jl 86.66% 6 Missing :warning:
src/nlsolve/utils.jl 66.66% 5 Missing :warning:
src/api.jl 50.00% 4 Missing :warning:
src/helpers.jl 0.00% 2 Missing :warning:
...BatchedRoutinesForwardDiffExt/nonlinearsolve_ad.jl 95.83% 1 Missing :warning:
src/nlsolve/batched_raphson.jl 93.75% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================== + Coverage 71.44% 72.70% +1.26% ========================================== Files 18 24 +6 Lines 872 982 +110 ========================================== + Hits 623 714 +91 - Misses 249 268 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.