-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
make runtest error: no CUDA-capable device is detected #7049
Comments
NEW UPDATE: I tried And I got more test cases past but still got the same issue with CUDA device number = 0.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue summary
Hi,
I'm installing caffe 1.0 on wsl2 Ubuntu 20.04
I already managed to get
make all
make test
to run without error.
However, when I run
make runtest
, I got a bunch of errors.NO CUDA issue
It cannot find CUDA!! But I have CUDA and driver installed. Verified with:
nvcc --version
andnvidia-smi
Makefile.config
System configuration
Could someone please help me with it? I already tried out most solutions I found on internet and no luck. Many thanks!!!!!!
The text was updated successfully, but these errors were encountered: