EnzymeAD / Enzyme.jl

Julia bindings for the Enzyme automatic differentiator
https://enzyme.mit.edu
MIT License
422 stars 58 forks source link

Fix const-only apply iterate #1526

Closed wsmoses closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

Benchmark Results

main 7452f9182ed3c5... main/7452f9182ed3c5...
basics/overhead 4.34 ± 0.01 ns 4.64 ± 0.01 ns 0.935
time_to_load 0.384 ± 0.0041 s 0.417 ± 0.00061 s 0.92

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.30%. Comparing base (86da3cd) to head (fabe731).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1526 +/- ## =========================================== + Coverage 74.98% 96.30% +21.32% =========================================== Files 30 8 -22 Lines 11795 406 -11389 =========================================== - Hits 8844 391 -8453 + Misses 2951 15 -2936 ```

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

ChrisRackauckas commented 3 weeks ago

🎉 !