# HG changeset patch # User Roland Schatz # Date 1374833357 -7200 # Node ID fe49e512176885bdc6869b280119780a0f737ef1 # Parent 5fcb30bcb90ae7dacc8eb6e4060c7ea1316ad430 Remove CUDA message at vm startup. diff -r 5fcb30bcb90a -r fe49e5121768 src/gpu/ptx/vm/gpu_ptx.cpp --- a/src/gpu/ptx/vm/gpu_ptx.cpp Fri Jul 26 11:47:38 2013 +0200 +++ b/src/gpu/ptx/vm/gpu_ptx.cpp Fri Jul 26 12:09:17 2013 +0200 @@ -309,7 +309,6 @@ return true; } else { // Unable to dlopen libcuda - tty->print_cr("Use LD_LIBRARY_PATH (or other means) to specify installed location of CUDA library"); return false; } } else {