-
-
Save JoshVarty/d3abf52857b70939acbef106e74a618e to your computer and use it in GitHub Desktop.
Install cuDNN 4.0
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
$ 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