Created
April 25, 2019 18:19
-
-
Save crazysal/45544ea38daff598e10bdb84976cc129 to your computer and use it in GitHub Desktop.
Check Cuda and cuDNN versions
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
cat /usr/local/cuda/version.txt | |
nvcc --version | |
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2 | |
or | |
cat /usr/include/cudnn.h | grep CUDNN_MAJOR -A 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment