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

Is it possible to add cuDSS as linear solver for SCS ? #308

Open
Franc-Z opened this issue Mar 5, 2025 · 1 comment
Open

Is it possible to add cuDSS as linear solver for SCS ? #308

Franc-Z opened this issue Mar 5, 2025 · 1 comment

Comments

@Franc-Z
Copy link

Franc-Z commented Mar 5, 2025

According to https://docs.nvidia.com/cuda/cudss/, cuDSS is a high performance linear solver for large scale problem. Is it possible to add cuDSS as linear solver for SCS ?

@kalmarek
Copy link
Contributor

kalmarek commented Mar 5, 2025

should be pretty straightforward: these are the functions that need to be implemented:
https://www.cvxgrp.org/scs/linear_solver/index.html#implementing-a-new-linear-solver

Just have a look at what the indirect solver is doing.

(I was even thinking of it in my spare time, but I don't currently have running access to CUDA-12 enabled gpu)

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

2 participants