Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save leighklotz/0f18e3a05119a1030ec1c81177ad8418 to your computer and use it in GitHub Desktop.

Select an option

Save leighklotz/0f18e3a05119a1030ec1c81177ad8418 to your computer and use it in GitHub Desktop.
use-cuda.sh
export PATH="/usr/local/cuda-11.7/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-11.7/lib64:$LD_LIBRARY_PATH"
# ldconfig
klotz@tensor:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment