Last active
July 10, 2017 17:13
-
-
Save becxer/dc85dca4efc27654dc800050d66c3a03 to your computer and use it in GitHub Desktop.
CUDA LD_LIBRARY_PATH CONFIG
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 | |
| 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