Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 18, 2016 04:33
Show Gist options
  • Save tengpeng/18a7471b0c1283c5fd66 to your computer and use it in GitHub Desktop.
Save tengpeng/18a7471b0c1283c5fd66 to your computer and use it in GitHub Desktop.
cuda error
export CUDA_HOME=/usr/local/cuda-7.0
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64
PATH=${CUDA_HOME}/bin:${PATH}
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment