Conversation
Benchmark Results
Benchmark PlotsA plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/17383306519/artifacts/3900042447. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2547 +/- ##
==========================================
+ Coverage 74.33% 74.36% +0.03%
==========================================
Files 57 57
Lines 17960 17985 +25
==========================================
+ Hits 13351 13375 +24
- Misses 4609 4610 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
7edfc9a to
5cafde2
Compare
87d0d41 to
54c0a66
Compare
|
@giordano the integration tests are not using EnzymeCore from the repo? |
e873020 to
d4f016f
Compare
d4f016f to
df5ed81
Compare
| Support for `ignore_derivatives` was added in Enzyme 0.13.74. | ||
| """ | ||
| @generated function ignore_derivatives(x::T) where {T} | ||
| name = "extern __enzyme_ignore_derivatives." * string(T) |
There was a problem hiding this comment.
does this need to be generated? I suppose so for having different names for different julia types
There was a problem hiding this comment.
Yeah that's the crux, we need different names since otherwise LLVM yells at us for having different types.
|
the generate plots/benchmark CI also doesn't like the bump btw: |
No description provided.