JuliaDiff / AbstractDifferentiation.jl

An abstract interface for automatic differentiation.
https://juliadiff.org/AbstractDifferentiation.jl/
MIT License
136 stars 18 forks source link

Establish a benchmark for performance regressions/improvements #45

Open sethaxen opened 2 years ago

sethaxen commented 2 years ago

The PRs contributing backends have used a simple benchmark to decide which overloads are needed. I suggest we formalize this to a benchmark we can run to assess performance impact for any backends of any PRs changing the fallback implementations.