-
Notifications
You must be signed in to change notification settings - Fork 979
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
Cannot make the caffe-0.999 #62
Comments
Hi tomoc, try with another version of CUDA, for example the 5.5 version. |
@ivanDonadello Thanks. |
Hi tomoc, You can fix this error by the following steps:
2.make a minor change in the next line:
to
3.all done. make it now |
@nhlijiaming [ RUN ] HDF5DataLayerTest/1.TestRead I tried to error handling,But it outputs same error.. |
|
@nhlijiaming |
@nhlijiaming How can i ensure that caffe-0.999 runs in CPU mode? |
@nhlijiaming I also want to run caffe 0.999 in CPU mode, how can I do this?Thanks ! |
@Aky97567 @tingtinglu |
Hi.
I can't installed caffe-0.999.
When I run make, I get the below error.
make: /usr/local/rcnn/R2012a/bin/mexext: Command was not found
/usr/local/cuda-7.0/bin/nvcc -ccbin=/usr/bin/g++ -Xcompiler -fPIC -DNDEBUG -O2 -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/include -Ibuild/src -I./src -I./include -I/usr/local/cuda-7.0/include -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=sm_21 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_50,code=compute_50 -c src/caffe/util/math_functions.cu -o build/src/caffe/util/math_functions.cuo
src/caffe/util/math_functions.cu(140): error: calling a host function("std::signbit ") from a global function("caffe::sgnbit_kernel ") is not allowed
src/caffe/util/math_functions.cu(140): error: calling a host function("std::signbit ") from a global function("caffe::sgnbit_kernel ") is not allowed
2 errors detected in the compilation of "/tmp/tmpxft_00002753_00000000-16_math_functions.compute_50.cpp1.ii".
make: *** [build/src/caffe/util/math_functions.cuo] Error 2
I use ubuntu 14.04.
Unable to track what is the problem. Please help.
Thanks.
The text was updated successfully, but these errors were encountered: