diff --git a/checkin_notes b/checkin_notes index b7d977f5a0..42f6aaa433 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4973,3 +4973,11 @@ Charlie 3 June 2009 clientgui/ AccountInfoPage.cpp, .h BOINCWizards.h + +David 3 June 2009 + - client: include device number in message describing NVIDIA GPU, + and call it "NVIDIA GPU" rather than "CUDA device" + fixes #879 + + lib/ + coproc.cpp diff --git a/lib/coproc.cpp b/lib/coproc.cpp index 103fe6230f..013f4aaab5 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -267,7 +267,7 @@ void COPROC_CUDA::get( } if (!gpus.size()) { - strings.push_back("No CUDA devices found"); + strings.push_back("No CUDA-capable NVIDIA GPUs found"); return; } @@ -287,15 +287,16 @@ void COPROC_CUDA::get( // best.count = 0; for (i=0; i