From be38cab062b610ee00012935d64a8100f07b9502 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 7 Oct 2011 12:05:19 +0000 Subject: [PATCH] client: write descriptions of OpenCL devices to stdout; work around a bug where OpenCL reports global RAM of ATI GPUs incorrectly svn path=/trunk/boinc/; revision=24343 --- checkin_notes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/checkin_notes b/checkin_notes index bb39381138..6dd2e2689b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6883,3 +6883,15 @@ David 6 Oct client/ main.cpp net_stats.cpp + +Charlie 7 Oct 2011 + - client: write descriptions of OpenCL devices to stdout + (and display in manager's Event log). + - client: work around a bug where OpenCL reports global RAM of ATI + GPUs incorrectly (1/2 of actual value.) + + client/ + coproc_detect.cpp + lib/ + coproc.cpp, .h + \ No newline at end of file