Skip to content

Instantly share code, notes, and snippets.

@walkoncross
Created November 23, 2016 01:40
Show Gist options
  • Save walkoncross/ad3ac8339ab1f72e6ef0d651f2fadc3b to your computer and use it in GitHub Desktop.
Save walkoncross/ad3ac8339ab1f72e6ef0d651f2fadc3b to your computer and use it in GitHub Desktop.
# unpack the library
gzip -d cudnn-6.5-linux-x64-v2.tar.gz
tar xf cudnn-6.5-linux-x64-v2.tar
# copy the library files into CUDA's include and lib folders
sudo cp cudnn-6.5-linux-x64-v2/cudnn.h /usr/local/cuda-7.0/include
sudo cp cudnn-6.5-linux-x64-v2/libcudnn* /usr/local/cuda-7.0/lib64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment