EnzymeAD / Enzyme.jl

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

Fix static arrays on forward mode gradient call #1438

Closed wsmoses closed 1 month ago

wsmoses commented 1 month ago

Fixes https://github.com/EnzymeAD/Enzyme.jl/issues/1437

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 70.14%. Comparing base (a58e73a) to head (9ebb772). Report is 4 commits behind head on main.

Files Patch % Lines
ext/EnzymeStaticArraysExt.jl 40.00% 6 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1438 +/- ## ========================================== + Coverage 70.08% 70.14% +0.05% ========================================== Files 29 30 +1 Lines 10648 10689 +41 ========================================== + Hits 7463 7498 +35 - Misses 3185 3191 +6 ```

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