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
In the DI extension for ReverseDiff, everywhere you see backend.compile with backend <: AutoReverseDiff, replace it with the compile from AutoReverseDiff{compile}
Goals
Adapt to the changes in
Steps
backend.compilewithbackend <: AutoReverseDiff, replace it with thecompilefromAutoReverseDiff{compile}Assignees
@niklasschmitz