LAB icon indicating copy to clipboard operation
LAB copied to clipboard

make problem

Open JCBourne97 opened this issue 5 years ago • 2 comments

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?

JCBourne97 avatar May 16 '19 15:05 JCBourne97

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

liguiyuan avatar Jun 12 '19 08:06 liguiyuan

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

CodingMice avatar Aug 01 '19 12:08 CodingMice