Created
April 14, 2022 07:09
-
-
Save ryujaehun/bce6714ea1a1226a14c085c2ac356383 to your computer and use it in GitHub Desktop.
cudnn
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 -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