2 lines
114 B
Plaintext
Executable File
2 lines
114 B
Plaintext
Executable File
if [ "$( nvcc --version | grep "Cuda" | gawk -F" " '{ print $1 }' )" != "" ]; then echo "ok!"; else echo "NO"; fi
|