We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cmake .. -DUSE_MPI=ON -DCUDNN_INCLUDE=/cudnn5/include -DCUDNN_LIBRARY=/cudnn5/lib64/libcudnn.so -DBOOST_LIBRARY=/software/boost1.66.0/lib -DBOOST_ROOT=/software/boost1.66.0 -DGFLAGS_INCLUDE_DIR=/usr/include/gflags -DGFLAGS_LIBRARY=/usr/lib/x86_64-linux-gnu -DGLOG_INCLUDE_DIR=/usr/include/glog -DGLOG_LIBRARY=/usr/lib/x86_64-linux-gnu -DLMDB_INCLUDE_DIR=/usr/include -DLMDB_LIBRARIES=/usr/lib/x86_64-linux-gnu -DLevelDB_INCLUDE=/usr/include/leveldb -DLevelDB_LIBRARY=/usr/lib/x86_64-linux-gnu -DProtobuf_LIBRARY=/usr/lib/x86_64-linux-gnu
when make: the error: cudnn.hpp:108:70: error: too few arguments to function ‘cudnnStatus_t cudnnSetConvolution2dDescriptor(cudnnConvolutionDescriptor_t, int, int, int, int, int, int, cudnnConvolutionMode_t, cudnnDataType_t)’ pad_h, pad_w, stride_h, stride_w, 1, 1, CUDNN_CROSS_CORRELATION)); ^ /person_search/caffe/include/caffe/util/cudnn.hpp:15:28: note: in definition of macro ‘CUDNN_CHECK’ cudnnStatus_t status = condition; \ ^ In file included from /person_search/caffe/include/caffe/util/cudnn.hpp:5:0, from /person_search/caffe/include/caffe/util/device_alternate.hpp:40, from/person_search/caffe/include/caffe/common.hpp:34, from /person_search/caffe/include/caffe/internal_thread.hpp:4, from /person_search/caffe/src/caffe/internal_thread.cpp:2: /anaconda3/include/cudnn.h:537:27: note: declared here cudnnStatus_t CUDNNWINAPI cudnnSetConvolution2dDescriptor( cudnnConvolutionDescriptor_t convDesc, ^ make[2]: *** [src/caffe/CMakeFiles/caffe.dir/internal_thread.cpp.o] Error 1 make[2]: *** [src/caffe/CMakeFiles/caffe.dir/layers/batch_reduction_layer.cpp.o] Error 1 make[1]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cmake .. -DUSE_MPI=ON -DCUDNN_INCLUDE=/cudnn5/include -DCUDNN_LIBRARY=/cudnn5/lib64/libcudnn.so -DBOOST_LIBRARY=/software/boost1.66.0/lib -DBOOST_ROOT=/software/boost1.66.0 -DGFLAGS_INCLUDE_DIR=/usr/include/gflags -DGFLAGS_LIBRARY=/usr/lib/x86_64-linux-gnu -DGLOG_INCLUDE_DIR=/usr/include/glog -DGLOG_LIBRARY=/usr/lib/x86_64-linux-gnu -DLMDB_INCLUDE_DIR=/usr/include -DLMDB_LIBRARIES=/usr/lib/x86_64-linux-gnu -DLevelDB_INCLUDE=/usr/include/leveldb -DLevelDB_LIBRARY=/usr/lib/x86_64-linux-gnu -DProtobuf_LIBRARY=/usr/lib/x86_64-linux-gnu
The text was updated successfully, but these errors were encountered: