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
Add Enzyme extension to make AbstractSensitivityAlgorithm inactive
Fixes SciMLSensitivity.jl#1225: When `sensealg` is passed to ODEProblem
constructor, Enzyme would fail trying to differentiate through the sensitivity
algorithm object. This adds an inactive_type rule for AbstractSensitivityAlgorithm
to treat it as constant during Enzyme differentiation.
This is the correct place for this fix since AbstractSensitivityAlgorithm is
defined in SciMLBase, avoiding type piracy that would occur if the rule were
defined in SciMLSensitivity.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments