Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using weak dependencies #265

Open
sshin23 opened this issue Jun 12, 2023 · 0 comments
Open

Using weak dependencies #265

sshin23 opened this issue Jun 12, 2023 · 0 comments

Comments

@sshin23
Copy link
Member

sshin23 commented Jun 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant