-
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 CUDA fails after Ubuntu upgrade #893
Comments
I reinstalled the driver (340) and it seems to work now, I get a different error of: |
I have built dev/master both latest code on ubuntu 14.04. Shud work fine. Please paste the full error message. Some dependency might be missing. |
There was briefly an error in dev in the Please ask any follow-up questions on the caffe-users mailing list. As of the latest release we prefer to keep issues reserved for Caffe development. Thanks! |
@rmanor I also faced the same problem. The fails [----------] 1 test from HDF5DataLayerTest/3, where TypeParam = caffe::DoubleGPU And how do you solve it? |
Hi,
I upgraded my Ubuntu to 14.04 and now 'make runtest' fails with:
E0522 16:04:44.114862 27133 common.cpp:31] Cannot create Cublas handle. Cublas won't be available.
E0522 16:04:44.427568 27133 common.cpp:38] Cannot create Curand generator. Curand won't be available.
I reinstalled the CUDA Toolkit , and the driver settings says it is installed.
What else can I check?
Thanks.
The text was updated successfully, but these errors were encountered: