Open JCBourne97 opened 5 years ago
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 Hi, I have the same problem as you, can tell me how to solve this problem, thank you~
just comment "#include" in ./include/caffe/util/interp.hpp.
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?