Created
July 8, 2016 09:42
-
-
Save espdev/a205ec97f650c6695104c3401f7fd9c2 to your computer and use it in GitHub Desktop.
Install cuDNN 4.0
This file contains 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
$ tar -zxvf cudnn-7.0-linux-x64-v4.0-prod.solitairetheme8 | |
$ cd cuda | |
$ sudo cp include/cudnn.h /usr/local/include | |
$ sudo cp lib64/libcudnn.* /usr/local/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment