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 -j12 command get an error, can someone help me #10

Open
EthanPen opened this issue Dec 15, 2017 · 0 comments
Open

make -j12 command get an error, can someone help me #10

EthanPen opened this issue Dec 15, 2017 · 0 comments

Comments

@EthanPen
Copy link

System: Ubuntu 16
CUDA Version 8.0.61

this is the error output:
~/deep_hand_pose$ make -j12
[ 1%] Running C++/Python protocol buffer compiler on /home/hsingpeng/Github/deep_hand_pose/src/caffe/proto/caffe.proto
Scanning dependencies of target proto
[ 1%] Building CXX object src/caffe/CMakeFiles/proto.dir///include/caffe/proto/caffe.pb.cc.o
[ 2%] Linking CXX static library ../../lib/libproto.a
[ 2%] Built target proto
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_exp_layer.cu.o
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_pooling_layer.cu.o
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_sigmoid_cross_entropy_loss_layer.cu.o
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_hdf5_data_layer.cu.o
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_base_data_layer.cu.o
[ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_log_layer.cu.o
[ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_lrn_layer.cu.o
[ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_cudnn_tanh_layer.cu.o
[ 6%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_relu_layer.cu.o
[ 8%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_silence_layer.cu.o
[ 8%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_mvn_layer.cu.o
/home/hsingpeng/Github/deep_hand_pose/src/caffe/layers/cudnn_tanh_layer.cu(15): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t"
detected during instantiation of "void caffe::CuDNNTanHLayer::Forward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=float]"
(45): here

/home/hsingpeng/Github/deep_hand_pose/src/caffe/layers/cudnn_tanh_layer.cu(36): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t"
detected during instantiation of "void caffe::CuDNNTanHLayer::Backward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=float]"
(45): here

/home/hsingpeng/Github/deep_hand_pose/src/caffe/layers/cudnn_tanh_layer.cu(15): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t"
detected during instantiation of "void caffe::CuDNNTanHLayer::Forward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=double]"
(45): here

/home/hsingpeng/Github/deep_hand_pose/src/caffe/layers/cudnn_tanh_layer.cu(36): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t"
detected during instantiation of "void caffe::CuDNNTanHLayer::Backward_gpu(const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, const std::vector<caffe::Blob *, std::allocator<caffe::Blob *>> &) [with Dtype=double]"
(45): here

4 errors detected in the compilation of "/tmp/tmpxft_00006d49_00000000-7_cudnn_tanh_layer.cpp1.ii".
CMake Error at cuda_compile_generated_cudnn_tanh_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_cudnn_tanh_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:98: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_cudnn_tanh_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_cudnn_tanh_layer.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

2 errors detected in the compilation of "/tmp/tmpxft_00006d3c_00000000-5_lrn_layer.cpp4.ii".
/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

CMake Error at cuda_compile_generated_lrn_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_lrn_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:91: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_lrn_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_lrn_layer.cu.o] Error 1
/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

2 errors detected in the compilation of "/tmp/tmpxft_00006d17_00000000-5_log_layer.cpp4.ii".
CMake Error at cuda_compile_generated_log_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_log_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:77: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_log_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_log_layer.cu.o] Error 1
2 errors detected in the compilation of "/tmp/tmpxft_00006d24_00000000-5_silence_layer.cpp4.ii".
2 errors detected in the compilation of "/tmp/tmpxft_00006d35_00000000-5_sigmoid_cross_entropy_loss_layer.cpp4.ii".
CMake Error at cuda_compile_generated_silence_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_silence_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:126: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_silence_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_silence_layer.cu.o] Error 1
CMake Error at cuda_compile_generated_sigmoid_cross_entropy_loss_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_sigmoid_cross_entropy_loss_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:84: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_sigmoid_cross_entropy_loss_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_sigmoid_cross_entropy_loss_layer.cu.o] Error 1
2 errors detected in the compilation of "/tmp/tmpxft_00006d33_00000000-5_hdf5_data_layer.cpp4.ii".
CMake Error at cuda_compile_generated_hdf5_data_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_hdf5_data_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:112: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_hdf5_data_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_hdf5_data_layer.cu.o] Error 1
2 errors detected in the compilation of "/tmp/tmpxft_00006d3d_00000000-5_exp_layer.cpp4.ii".
2 errors detected in the compilation of "/tmp/tmpxft_00006d3b_00000000-5_relu_layer.cpp4.ii".
2 errors detected in the compilation of "/tmp/tmpxft_00006d64_00000000-5_mvn_layer.cpp4.ii".
CMake Error at cuda_compile_generated_exp_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_exp_layer.cu.o

2 errors detected in the compilation of "/tmp/tmpxft_00006d61_00000000-5_base_data_layer.cpp4.ii".
src/caffe/CMakeFiles/caffe.dir/build.make:70: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_exp_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_exp_layer.cu.o] Error 1
2 errors detected in the compilation of "/tmp/tmpxft_00006d58_00000000-5_pooling_layer.cpp4.ii".
CMake Error at cuda_compile_generated_relu_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_relu_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:105: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_relu_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_relu_layer.cu.o] Error 1
CMake Error at cuda_compile_generated_mvn_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_mvn_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:133: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_mvn_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_mvn_layer.cu.o] Error 1
CMake Error at cuda_compile_generated_base_data_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_base_data_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:119: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_base_data_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_base_data_layer.cu.o] Error 1
CMake Error at cuda_compile_generated_pooling_layer.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_pooling_layer.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:63: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_pooling_layer.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_pooling_layer.cu.o] Error 1
/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"

/home/hsingpeng/Github/deep_hand_pose/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call

2 errors detected in the compilation of "/tmp/tmpxft_00006d71_00000000-5_math_functions.cpp4.ii".
CMake Error at cuda_compile_generated_math_functions.cu.o.cmake:266 (message):
Error generating file
/home/hsingpeng/Github/deep_hand_pose/src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_math_functions.cu.o

src/caffe/CMakeFiles/caffe.dir/build.make:357: recipe for target 'src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o' failed
make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o] Error 1
CMakeFiles/Makefile2:272: recipe for target 'src/caffe/CMakeFiles/caffe.dir/all' failed
make[1]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

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

1 participant