From 63c279cef2b85c6635bc53f990e0aadaeb2aa8ca Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 27 Mar 2012 03:50:16 +0000 Subject: [PATCH] - client/server: set cores/proc for NVIDIA compute capability 3.0 to 192 Why can't NVIDIA provide an API for this????? svn path=/trunk/boinc/; revision=25496 --- checkin_notes | 7 +++++++ lib/coproc.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 70af940d09..a5271cce8c 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3072,3 +3072,10 @@ David 26 Mar 2012 html/ops/ fix_blank_user_names.php + +David 26 Mar 2012 + - client/server: set cores/proc for NVIDIA compute capability 3.0 to 192 + Why can't NVIDIA provide an API for this????? + + lib/ + coproc.cpp diff --git a/lib/coproc.cpp b/lib/coproc.cpp index b61c1c65ed..5175972edb 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -575,7 +575,7 @@ void COPROC_NVIDIA::set_peak_flops() { case 3: default: flops_per_clock = 2; - cores_per_proc = 128; + cores_per_proc = 192; } // clock rate is scaled down by 1000 //