Answers for "nvcc not working after installing cuda"

0

nvcc not working after installing cuda

export PATH=/usr/local/cuda-10.2/bin${PATH:+:${PATH}}$ 
export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
Posted by: Guest on April-10-2020

Code answers related to "nvcc not working after installing cuda"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language