You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing code that you know isn't part of a higher order differentiation its really useful for compilation speed to turn off ForwardDiff's tagging, but that's not exposed here. Can we make it be? If we can agree on an API, I can implement it. I propose:
ForwardDiffBackend(tag=false) # default is true
The text was updated successfully, but these errors were encountered:
While developing code that you know isn't part of a higher order differentiation its really useful for compilation speed to turn off ForwardDiff's tagging, but that's not exposed here. Can we make it be? If we can agree on an API, I can implement it. I propose:
The text was updated successfully, but these errors were encountered: