Skip to content

Instantly share code, notes, and snippets.

@Praveenk8051
Created April 19, 2020 19:53
Show Gist options
  • Save Praveenk8051/a2a400428ac9a277f7aa6a64c046bcc6 to your computer and use it in GitHub Desktop.
Save Praveenk8051/a2a400428ac9a277f7aa6a64c046bcc6 to your computer and use it in GitHub Desktop.
Test CuDA
# Check the version of CuDA, CuDNN
nvcc -V
cat /usr/local/cuda/version.txt
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2
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