Skip to content

Instantly share code, notes, and snippets.

@arjun-kava
Created July 2, 2018 08:40
Show Gist options
  • Save arjun-kava/48d4683bd61e630155ef1d578596eaf0 to your computer and use it in GitHub Desktop.
Save arjun-kava/48d4683bd61e630155ef1d578596eaf0 to your computer and use it in GitHub Desktop.
nvcc not found
export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment