-
Notifications
You must be signed in to change notification settings - Fork 134
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
NotImplementedError when using SCS with GPU #222
Comments
I think you should just follow the advice given by the error message ;) |
When I do, I get the following error message:
|
I'm not sure what's happening, but it might just be fixed by updating the SCS version. In any case, I do not recommend using the GPU solver for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifications
Description
I'm trying to use SCS using the GPU. I am using it along with CVXPY. When solving on CPU, I encounter no problems. When I add the parameter "gpu" = True, I encounter the following error:
"NotImplementedError: GPU direct solver not yet available, pass
use_indirect=True."
How to reproduce
I installed SCS using the steps in the documentation:
installation was able to complete.
I have CUDA installed and an environment variable "CUDA_PATH" pointing to its directory.
Additional information
While I understand that CPU may be faster, I am hoping to integrate SCS in an end to end learning framework that is on the GPU.
Output
Thank you, your help is appreciated.
The text was updated successfully, but these errors were encountered: