-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
should be pretty straightforward: these are the functions that need to be implemented: 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) |
@Franc-Z if you feel adventurous and own a cuda-12 gpu you may try this one: most probably it will crash (I have no option to test it), but should not eat your cat 😺 If you try, please report back! |
ok, I rented a gpu ;) for the afternoon and got this working (i.e. it's passing all tests, yay!).
This is my first CUDA code, honestly ;) @bodono I could also open a pull directly here, if you want to review! |
@kalmarek Thanks! |
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 ?
The text was updated successfully, but these errors were encountered: