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
Different AD frameworks have different requirements.
The common ChainRules interface, that is currently used, is not optimal in terms of allocations (there are allocations necessary because of type restrictions to be compliant with all AD frameworks, even if only one specific framework actually needs them).
Implement a dedicated ReverseDiff-Dispatch for eval/rrule
inplace eval! function for FMU2Output
Improve the common (ChainRules) functions eval/frule/rrule, so they don't need to cover for the ReverseDiff case (like e.g. this issue)
The text was updated successfully, but these errors were encountered:
Different AD frameworks have different requirements.
The common ChainRules interface, that is currently used, is not optimal in terms of allocations (there are allocations necessary because of type restrictions to be compliant with all AD frameworks, even if only one specific framework actually needs them).
eval!
function forFMU2Output
The text was updated successfully, but these errors were encountered: