Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backends to support #7

Closed
14 of 16 tasks
gdalle opened this issue Jan 18, 2024 · 7 comments
Closed
14 of 16 tasks

Backends to support #7

gdalle opened this issue Jan 18, 2024 · 7 comments
Labels
backend Related to one or more autodiff backends

Comments

@gdalle
Copy link
Owner

gdalle commented Jan 18, 2024

  • ChainRulesCore: forward, reverse
  • Diffractor
  • Enzyme: forward, reverse
  • FastDifferentiation
  • FiniteDiff
  • FiniteDifferences
  • ForwardDiff
  • MathOptSymbolicAD?
  • PolyesterForwardDiff
  • ReverseDiff
  • SparseDiffTools
  • Symbolics
  • Tapir
  • TaylorDiff
  • Tracker
  • Zygote
@gdalle gdalle changed the title Backends Backends to implement Mar 7, 2024
@gdalle gdalle changed the title Backends to implement Backends to support Mar 7, 2024
@avik-pal
Copy link

Add Tracker(?); even if it seems abandoned, it has been one of the most reliable ones on GPUs (maybe after Zygote). Also, we need it for LuxDL/Lux.jl#544.

@gdalle
Copy link
Owner Author

gdalle commented Mar 18, 2024

Easy peasy, I'll add it

@prbzrg
Copy link

prbzrg commented Mar 18, 2024

The big list:
https://juliadiff.org/#the_big_list

@gdalle
Copy link
Owner Author

gdalle commented Mar 18, 2024

who do you think wrote that list ;)

@gdalle
Copy link
Owner Author

gdalle commented Mar 27, 2024

The backends ticked here all have basic support, but for optimal performance check out #115

@gdalle gdalle added the backend Related to one or more autodiff backends label Mar 28, 2024
@gdalle
Copy link
Owner Author

gdalle commented Apr 3, 2024

We support everything but TaylorDiff, no clue if it's worth adding it. The only case it makes sense is probably second derivatives

@gdalle
Copy link
Owner Author

gdalle commented Apr 25, 2024

TaylorDiff is too experimental, so I'm closing this in favor of the last remaining one lanl-ansi/MathOptSymbolicAD.jl#30

@gdalle gdalle closed this as completed Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to one or more autodiff backends
Projects
None yet
Development

No branches or pull requests

3 participants