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 //