Closed tpapp closed 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.
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.
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.