EnzymeAD / Enzyme.jl

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

Support Julia 1.11 #1372

Closed vchuravy closed 3 months ago

vchuravy commented 6 months ago
wsmoses commented 6 months ago

This is definitely required, but the bigger issue is almost certainly adapting to the new pipeline changes.

github-actions[bot] commented 3 months ago

Benchmark Results

main 6cd6d52e0e227d... main/6cd6d52e0e227d...
basics/overhead 4.64 ± 0.01 ns 4.64 ± 0.01 ns 1
time_to_load 0.414 ± 0.0046 s 0.409 ± 0.0016 s 1.01

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 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.45%. Comparing base (bd60907) to head (6cd6d52).

Files Patch % Lines
src/compiler.jl 0.00% 2 Missing :warning:
src/compiler/interpreter.jl 85.71% 1 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 #1372 +/- ## ========================================== + Coverage 68.30% 71.45% +3.14% ========================================== Files 30 30 Lines 11953 12045 +92 ========================================== + Hits 8165 8607 +442 + Misses 3788 3438 -350 ```

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

wsmoses commented 3 months ago

Merging WIP, will continue in separate PRs