-
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
Faced the same problem. It's happening due to cudnn.hpp (Location: include/caffe/util/cudnn.hpp) . **Update cudnn.hpp file.** It is not considering the current cuDNN versions. #6958
Comments
It did not solve my issue. I'm getting this error: n file included from /usr/local/cuda-11.0/include/channel_descriptor.h:61:0, |
Faced the same problem. It's happening due to cudnn.hpp (Location: include/caffe/util/cudnn.hpp) . Update cudnn.hpp file. It is not considering the current cuDNN versions.
Update the cudnn.hpp from github repo, BVLC/caffe/include/caffe/util/cudnn.hpp
Or, go to this link https://github.com/BVLC/caffe/blob/master/include/caffe/util/cudnn.hpp [Copy this and replace the old one]
Originally posted by @mdamircoder in #5793 (comment)
The text was updated successfully, but these errors were encountered: