-
-
Save tengpeng/18a7471b0c1283c5fd66 to your computer and use it in GitHub Desktop.
cuda error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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