-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
I have problem when I use the cmake method to compile the caffe with the cudnn #3298
Comments
Yes, the current master branch only supports cudnn v3. If you want to use cudnn v2, use an older commit. Also, from https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
Thank you.it works. |
hello,l have some problems like this: 1 error detected in the compilation of "/tmp/tmpxft_0000386c_00000000-7_rmsprop_solver.cpp1.ii". make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_rmsprop_solver.cu.o] 错误 1 |
I'm closing this thread since we're on a new version of cuDNN by now (v4 and soon v5). @wqlw please try asking the mailing list for help with installation. From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
now my cudnn's version is v3,i am a new one .would you tell me what i do ? i shoule update the cudnn v5 or v4 please?@seanbell thanks |
For now, you should use v4. It will take a little while before v5 is merged in. |
p.s. as of #4159 cuDNN v5 is API compatible, but we're not yet making use of its latest algorithms for further acceleration yet. |
ubuntu 15,4
cuda:7.0
cudnn: cudnn-linux64-6.5-v2
The problem are as follow:
src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_cudnn_sigmoid_layer.cu.o
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(310): error: identifier "cudnnConvolutionBwdFilterAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(311): error: identifier "cudnnConvolutionBwdDataAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(477): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(504): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(310): error: identifier "cudnnConvolutionBwdFilterAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(311): error: identifier "cudnnConvolutionBwdDataAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(477): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(504): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(310): error: identifier "cudnnConvolutionBwdFilterAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(311): error: identifier "cudnnConvolutionBwdDataAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(477): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(504): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(310): error: identifier "cudnnConvolutionBwdFilterAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(311): error: identifier "cudnnConvolutionBwdDataAlgo_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(477): error: identifier "cudnnLRNDescriptor_t" is undefined
/home/shaoshu/software/caffe/caffe/include/caffe/vision_layers.hpp(504): error: identifier "cudnnLRNDescriptor_t" is undefined
cloud you tell me how to solve the problem?
The text was updated successfully, but these errors were encountered: