Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ankitshekhawat/d8e66c558d9ceddf6e48ef967b7f9db5 to your computer and use it in GitHub Desktop.
Save ankitshekhawat/d8e66c558d9ceddf6e48ef967b7f9db5 to your computer and use it in GitHub Desktop.
Export paths for CUDA and cuDNN.
export CUDA_HOME=/usr/local/cuda
export PATH=/usr/local/cuda/bin:$PATH
export CPATH=/usr/local/cuda/include:$CPATH
export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment