Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Created April 14, 2022 07:09
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 ryujaehun/bce6714ea1a1226a14c085c2ac356383 to your computer and use it in GitHub Desktop.
Save ryujaehun/bce6714ea1a1226a14c085c2ac356383 to your computer and use it in GitHub Desktop.
cudnn
tar -xvf cudnn-*.tar.xz
sudo cp cudnn-*-archive/include/cudnn*.h /usr/local/cuda/include
sudo cp -P cudnn-*-archive/lib/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