Skip to content

Instantly share code, notes, and snippets.

@Praveenk8051
Last active April 19, 2020 20:28
Show Gist options
  • Save Praveenk8051/6e4128d37eaa13279bf74afc99615f78 to your computer and use it in GitHub Desktop.
Save Praveenk8051/6e4128d37eaa13279bf74afc99615f78 to your computer and use it in GitHub Desktop.
Download and Export CuDNN files
# Download from following link: https://developer.nvidia.com/rdp/cudnn-archive
tar -xzvf cudnn-10.0-linux-x64-v7.4.2.24.tgz
sudo cp -P cuda/include/cudnn.h /usr/local/cuda-10.0/include
sudo cp -P cuda/lib64/libcudnn* /usr/local/cuda-10.0/lib64/
sudo chmod a+r /usr/local/cuda-10.0/lib64/libcudnn*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment