Answers for "find cuda path"

0

find cuda path

locate cuda | grep /cuda$
Posted by: Guest on June-23-2021
0

set cuda path

$ echo 'export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}' >> ~/.bashrc
Posted by: Guest on May-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language