mirror of https://github.com/BOINC/boinc.git
- 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:
parent
6d8cf13abe
commit
63c279cef2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue