-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Check failed: error == cudaSuccess (30 vs. 0) unknown error #1663
Comments
Sounds like a Caffe problem. What version of Caffe are you using? You might want to ask over at You can ignore the warnings about |
I have solved this problem with |
CUDA runtime error (30) might show if your program is unable to create or open the /dev/nvidia-uvm device file. This is usually fixed by installing package nvidia-modprobe:
thanks to @gheinrich |
Hi, I met the same problem yesterday, Google search gave me a lot of related posts but none of them solved my case. Actually, this CudaSuccess (30 vs 0) error may not related to a specific problem, but usually indicates that the GPU driver or CUDA tool kits is not functioning well. In my case (Ubuntu14.04), the GPU driver version (384) is somehow incompatible with my CUDA toolkit 8.0. At that time, I installed GPU dirver and CUDA toolkits seperately without knowing they can not work with each other. I followed the CUDA installation guide provided by Nvidia to remove my previous GPU driver and CUDA toolkit. After that, I downloaded CUDA toolkit from Nvidia again. This time, I install GPU driver along with CUDA tookits and the problem was gone. Hope my experience will be useful. |
you can check whether the CUDA version is suitable for GPU driver version , by running the CUDA example deviceQuery in sample directory. For the result, check the item " CUDA Driver Version / Runtime Version ",if they are different, please change(reinstall) another GPU version, or CUDA version, make sure the number in the item is same. |
Indeed, the problem was the version of Nvidia driver and CUDA.
With Nvidia 384 drivers and CUDA 8.0. I had : |
|
Hello,
I have a problem with using GeForce GTX 1080Ti for machine learning (CAFFA framework)
My platform:
ubuntu 16.04, Cuda V8.0.61, CuDNN8.0
I suggest my version is too new and I have to downgrade.
Could you advise the best way for solve my problem?
Find in following more details:
nvcc is warning about deprecation. But it not error and as I know it is about future.
CAFFE & py-faster-rcnn install with no error, but on training with py-faster-rcnn I recieve next massage:
More outputs:
The text was updated successfully, but these errors were encountered: