vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

Change needed in find_cuda_libs.sh for Jetson TK1 #39

Closed grahamlopez closed 10 years ago

grahamlopez commented 10 years ago

diff --git a/config/find_cuda_libs.sh b/config/find_cuda_libs.sh index 8aed2e3..1a254b0 100755 --- a/config/find_cuda_libs.sh +++ b/config/find_cuda_libs.sh @@ -42,7 +42,7 @@ libspec=$NVCC -dryrun bogus.cu 2>&1 | grep LIBRARIES | sed 's/^.*LIBRARIES=//'

echo "libspec=$libspec"

if [ $cudart_flag_supported -eq 1 ] then

grahamlopez commented 10 years ago

Pushed this fix into the master branch with commit 'b3ebb6f'.