Created
November 23, 2016 01:40
-
-
Save walkoncross/ad3ac8339ab1f72e6ef0d651f2fadc3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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