Created
September 26, 2019 08:59
-
-
Save kingardor/b182108c984c0d29161eb53fa59b69c0 to your computer and use it in GitHub Desktop.
This file contains 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
# CUDA | |
export PATH=/usr/local/cuda-10.1/bin${PATH:+:${PATH}} | |
export CUDA_PATH=/usr/local/cuda-10.1 | |
export CUDA_HOME=/usr/local/cuda-10.1 | |
export LIBRARY_PATH=$CUDA_HOME/lib64:$LIBRARY_PATH | |
export LD_LIBRARY_PATH=/usr/local/cuda-10.1/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} | |
export LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH | |
export NVCC=/usr/local/cuda-10.1/bin/nvcc | |
export CFLAGS="-I$CUDA_HOME/include $CFLAGS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment