-
Notifications
You must be signed in to change notification settings - Fork 146
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
Support specializing on functions #615
Conversation
Codecov ReportBase: 87.29% // Head: 87.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #615 +/- ##
==========================================
- Coverage 87.29% 87.28% -0.02%
==========================================
Files 9 9
Lines 913 912 -1
==========================================
- Hits 797 796 -1
Misses 116 116
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
after specializing on function paramerter for jacobian! has been fixed in JuliaDiff/ForwardDiff.jl#615
I'm not sure what the release plan for v0.11 is, but if not coming out soon, is backporting this fix to 0.10 desired? |
* specialize on function in jacobian * specilize on function parameters for derivative, gradient, hessian
* specialize on function in jacobian * specilize on function parameters for derivative, gradient, hessian
See Performance Tips .
In many places this was not implemented. This in particular would fix #516.