Skip to content

Instantly share code, notes, and snippets.

@espdev
Created July 8, 2016 09:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save espdev/a205ec97f650c6695104c3401f7fd9c2 to your computer and use it in GitHub Desktop.
Save espdev/a205ec97f650c6695104c3401f7fd9c2 to your computer and use it in GitHub Desktop.
Install cuDNN 4.0
$ 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