-
Notifications
You must be signed in to change notification settings - Fork 15
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
parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device #4
Comments
Can you install the C version of cuOSQP given here: https://github.com/osqp/osqp/tree/cuda-1.0 What happens when you run the demo example? |
I have builded the osqp with branch
|
Which version of the CUDA Toolkit do you have installed? |
CUDA 10.2 |
It seems that your GPU has the Pascal architecture, which has the CUDA compute capability 6.1. What happens if you change this line to |
I had the same problem. Setting the CMAKE_CUDA_ARCHITECTURES did not help but i had to remove |
Same problem here. In my case, using an A30, setting |
Hello there,
I ran the cuosqp but it aborts as following:
My GPU is NVIDIA 1080Ti, the code is:
I was wondering why this is and if there is anything I am doing wrong?
The text was updated successfully, but these errors were encountered: