Skip to content

Commit 3f51573

Browse files
authored
Create cuda.sh
1 parent f8ab79f commit 3f51573

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cuda.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PATH for CUDA
2+
if [ -d "/usr/local/cuda/bin/" ]; then
3+
export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
4+
export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
5+
fi

0 commit comments

Comments
 (0)