Skip to content

Instantly share code, notes, and snippets.

@cxy1997
Created November 14, 2018 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cxy1997/51f1a160e166c5aee8c7acfb893078ff to your computer and use it in GitHub Desktop.
Save cxy1997/51f1a160e166c5aee8c7acfb893078ff to your computer and use it in GitHub Desktop.
install cuDNN
#/bin/bash
cd cuda/include/
sudo cp *.h /usr/local/cuda/include/
cd ../lib64/
sudo cp libcudnn* /usr/local/cuda/lib64/
sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment