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
Simplify Enzyme extension to minimal implementation
Removed custom Enzyme rules and test that were causing failures.
The minimal extension (just loading Enzyme with SciMLOperators) is
sufficient to ensure compatibility. Enzyme integration will be tested
through downstream packages like SciMLSensitivity that use EnzymeAdjoint.
This approach avoids issues with marking operator types as inactive,
which prevented differentiation entirely.
Related to #319
0 commit comments