JuliaDiff / AbstractDifferentiation.jl

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

Add docs for how to implement API as an AD #91

Open oxinabox opened 1 year ago

oxinabox commented 1 year ago

There as no docs on @primative that i can find. Nor any guidance anywhere else

devmotion commented 1 year ago

Related: https://github.com/JuliaDiff/AbstractDifferentiation.jl/issues/13

gdalle commented 11 months ago

It would also make sense to have a DAG of which functions depend on which others. If only because the roots are the minimal set of implementations that a backend must provide