Skip to content

Instantly share code, notes, and snippets.

@crazysal
Created April 25, 2019 18:19
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 crazysal/45544ea38daff598e10bdb84976cc129 to your computer and use it in GitHub Desktop.
Save crazysal/45544ea38daff598e10bdb84976cc129 to your computer and use it in GitHub Desktop.
Check Cuda and cuDNN versions
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