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

Unable to build with CUDA-10.2 + CuDNN-8.0.1 #6982

Open
MuhammadAsadJaved opened this issue Oct 29, 2020 · 3 comments
Open

Unable to build with CUDA-10.2 + CuDNN-8.0.1 #6982

MuhammadAsadJaved opened this issue Oct 29, 2020 · 3 comments

Comments

@MuhammadAsadJaved
Copy link

Important - read before submitting

I am trying to build with cuda-10.2 + cudnn 8.0 , but in cudnn I found cudnn_version information moved to cudnn_version.h but in older versions it was in cudnn.h so now during the build it also unable to find the cudnn version.

Note: before i was using on the system using cuda 10.0 and cudnn 7.4

Issue summary

I have tried both method .

Steps to reproduce

cd caffe
make all
and at this point throw erros.

the second method

mkdir build
cd build
cmake ..

it also throw erros.

Tried solutions

System configuration

  • Operating system: Ubuntu 16.04

  • Compiler: gcc --version
    gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609

  • CUDA version (if applicable): 10.2

  • CUDNN version (if applicable): 8.0

  • BLAS:

  • Python version (if using pycaffe):

  • MATLAB version (if using matcaffe):

Issue checklist

Screenshot from 2020-10-29 20-57-56

@HYK-baby
Copy link

This problem puzzled me too. It token me 4 hours to make it work.
Open the file “cmake/Cuda.cmake”. Find "file(READ ${CUDNN_INCLUDE}/cudnn.h CUDNN_VERSION_FILE_CONTENTS)",and replace "cudnn.h" with "cudnn_version.h".

@MuhammadAsadJaved
Copy link
Author

MuhammadAsadJaved commented Nov 26, 2020 via email

@Qengineering
Copy link

see #6970 for a cuDNN 8.0 solution

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

3 participants