Enzyme.jl
Enzyme.jl copied to clipboard
Support Julia 1.11
- Test against v1.11
- WIP: adapt to 1.11 changes
This is definitely required, but the bigger issue is almost certainly adapting to the new pipeline changes.
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 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
@@ 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.
Merging WIP, will continue in separate PRs