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
There seem to be some opportunities to improve MadNLP with weak dependencies
Conditionally loading of the interface to MathOptInterface
Conditionally loading the GPU code when KernelAbstractions is loaded; we can extend LapackSolver so that it can handle either CPU or GPU via multiple dispatches
Conditionally loading MadNLPHSL, MadNLPMumps, etc. would be a bit more tricky because the types specified by extension packages are not accessible by the user
Any suggestions are welcome
The text was updated successfully, but these errors were encountered:
There seem to be some opportunities to improve MadNLP with weak dependencies
MathOptInterface
KernelAbstractions
is loaded; we can extendLapackSolver
so that it can handle either CPU or GPU via multiple dispatchesMadNLPHSL
,MadNLPMumps
, etc. would be a bit more tricky because the types specified by extension packages are not accessible by the userAny suggestions are welcome
The text was updated successfully, but these errors were encountered: