- 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
This commit is contained in:
David Anderson 2012-03-27 03:50:16 +00:00
parent 6d8cf13abe
commit 63c279cef2
2 changed files with 8 additions and 1 deletions

View File

@ -3072,3 +3072,10 @@ David 26 Mar 2012
html/ops/ html/ops/
fix_blank_user_names.php 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

View File

@ -575,7 +575,7 @@ void COPROC_NVIDIA::set_peak_flops() {
case 3: case 3:
default: default:
flops_per_clock = 2; flops_per_clock = 2;
cores_per_proc = 128; cores_per_proc = 192;
} }
// clock rate is scaled down by 1000 // clock rate is scaled down by 1000
// //