Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Forked from espdev/cudnn.txt
Created May 3, 2017 05:41
Show Gist options
  • Save JoshVarty/d3abf52857b70939acbef106e74a618e to your computer and use it in GitHub Desktop.
Save JoshVarty/d3abf52857b70939acbef106e74a618e 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