-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error during installation: Error: The process '/usr/bin/sudo' failed with exit code 134 #370
Comments
Retrying can bypass the above error, but the test still won't run — it can only be built. You can see a similar error here: CUDA error: CUDA driver version is insufficient for CUDA runtime version at /home/runner/work/example-cuda-cmake/example-cuda-cmake/src/matrix_add.cu:20 |
Hi, @Jimver Do you have any insights on this issue? After upgrading to version CUDA error: CUDA driver version is insufficient for CUDA runtime version at src/matrix_add.cu:48 Any guidance would be appreciated. Thanks in advance! |
Looks like you need to update driver version like error says due to newer default CUDA version 🤷 |
Where should I update the version? Is it in the CMakeLists.txt? It works fine on my local machine, but fails in GitHub Actions when using cuda-toolkit. |
Just like I told you above and as error tells you as well, you need to update the driver install on your OS or explicitly specify older version of CUDA that you want. |
hi,
The cuda cannot be installed correctly by action
The text was updated successfully, but these errors were encountered: