Skip to content
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 problem #43

Open
JCBourne97 opened this issue May 16, 2019 · 2 comments
Open

make problem #43

JCBourne97 opened this issue May 16, 2019 · 2 comments

Comments

@JCBourne97
Copy link

my system is ubuntu16.04,python2.7,caffe(CPU),when I do make it shows:

xyl@xyl-K501LB:~/文档/LAB/LAB-master$ make all -j4
CXX src/caffe/util/interp.cpp
CXX src/caffe/util/signal_handler.cpp
CXX src/caffe/util/io.cpp
CXX src/caffe/util/cudnn.cpp
CXX src/caffe/util/db.cpp
In file included from src/caffe/util/interp.cpp:4:0:
./include/caffe/util/interp.hpp:6:23: fatal error: cublas_v2.h: 没有那个文件或目录
compilation terminated.
Makefile:581: recipe for target '.build_release/src/caffe/util/interp.o' failed
make: *** [.build_release/src/caffe/util/interp.o] Error 1
make: *** 正在等待未完成的任务....

can you please tell me where the problem is?

@liguiyuan
Copy link

@JCBourne97 Hi, I have the same problem as you, can tell me how to solve this problem, thank you~

@CodingMice
Copy link

just comment "#include<cublas_v2.h>" in ./include/caffe/util/interp.hpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants