Advertisement
pongfactory

Export GPU (nvcc --version)

Oct 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. export CUDA_HOME=/usr/local/cuda
  2. export DYLD_LIBRARY_PATH="$CUDA_HOME/lib:$DYLD_LIBRARY_PATH"
  3. export PATH="$CUDA_HOME/bin:$PATH"
  4. nvcc --version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement