tpapp / LogDensityProblemsAD.jl

AD backends for LogDensityProblems.jl.
MIT License
12 stars 6 forks source link

Update list of AD frameworks with notes and recommendations. #13

Closed tpapp closed 1 year ago

tpapp commented 1 year ago

Following recent developments in Julia and AD frameworks, especially Enzyme, make some suggestions for users and compare AD backends in a bit more detail to help users.

tpapp commented 1 year ago

Also added some advice about minimizing allocations and making sure code is inferred before doing AD.

In the end, I decided to put ForwardDiff first for now, as it is the most robust solution.