-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
CUDA_ERROR_NO_DEVICE "no CUDA-capable device is detected" #253
Comments
Is pytorch able to see the GPU? Also what cuda toolkit version is being targeted by cudarc (if using cuda-version-from-build-system, is it being compiled on this machine?) |
@EricLBuehler any more information on this issue? Will close in a week if not |
@coreylowman sorry for not getting back! I am running this on my GPU and Pytorch can see it ( |
@EricLBuehler are there any differences with dynamic loading vs dynamic linking features for cudarc? Also curious about what toolkit version you are targeting in cudarc features |
I am using |
If you don't enable the 🤔 Could you try targeting 12.2 ( |
Hmm yeah, same error.
|
I got nothing off the top of my head. Do you get this error if you git clone cudarc and try to run the unit tests?
Is this running inside a docker container? If that doesn't work I'd probably try to go to c++ level and verify a simple example there that links to cuda finds gpu. If that doesn't work then that at least tells us that pytorch is doing something special that we need to copy. |
Hi both, I also have as similar error: DriverError(CUDA_ERROR_INVALID_PTX, "a PTX JIT compilation failed") +-----------------------------------------------------------------------------------------+ via PyTorch, this can be solved but not sure how to solve here. Thanks, Jianshu |
Hello all,
Thanks for your great work here! When I run using
cudarc
, I get the error:Here is my system information:
I would appreciate any help!
The text was updated successfully, but these errors were encountered: