Skip to content

Instantly share code, notes, and snippets.

@mohapatras
Created March 23, 2018 05:45
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 mohapatras/ce9ddb9060ba0e6c98647f3a72974fb7 to your computer and use it in GitHub Desktop.
Save mohapatras/ce9ddb9060ba0e6c98647f3a72974fb7 to your computer and use it in GitHub Desktop.
check_cuda and cudnn versions ubuntu.
# CUDA version
nvcc --version
which nvcc
# CudaNN version
# Use the output of which nvcc to locate your cuda
cat /usr/include/x86_64-linux-gnu/cudnn_v*.h | grep CUDNN_MAJOR -A 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment