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
Fix KA extension structure functions to extend ExaModels methods
The KA extension's _jac_structure!, _obj_hess_structure!, and
_con_hess_structure! were local functions, not methods on ExaModels.
BatchExaModel.jac_structure! now calls ExaModels._jac_structure! with
getbackend(m), so the extension must add methods to ExaModels' functions
for GPU dispatch to work.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments