hi,not sure if Boinc is reasing the Gflops correctly for my 465 either. It can go from 570->855->2553 Gflops in a day.855 is the correct (nVidia's) rating for the 465, so I would expect your 460 to be around that mark as wellCheck out http://en.wikipedia.org/wiki/GeForce_400_Series and you can see Wiki's rating there
Thanks Richard,I saw the post you made to DA on the Boinc_Alpha list, from what he said it sounds like nVidia, didn't write this in to their API correctly?
Also any idea's why Boinc would report my Gflops at 2253 Gflops?31/07/2010 17:50:48 | | NVIDIA GPU 0: GeForce GTX 465 (driver version unknown, CUDA version 3010, compute capability 2.0, 994MB, 2253 GFLOPS peak)31/07/2010 17:50:48 | | ATI GPU 0: ATI Radeon HD5x00 series (Redwood) (CAL version 1.4.737, 1024MB, 620 GFLOPS peak)
No idea on that one, sorry.
// Estimate of peak FLOPS. // FLOPS for a given app may be much less; // e.g. for SETI@home it's about 0.18 of the peak // inline double peak_flops() { // clock rate is scaled down by 1000; // each processor has 8 or 32 cores; // each core can do 2 ops per clock // int cores_per_proc = (prop.major>=2)?32:8; double x = (1000.*prop.clockRate) * prop.multiProcessorCount * cores_per_proc * 2.; return x?x:5e10; }
Hmmm, I was reading this stuff not long ago... looking
<core_client_version>6.11.4</core_client_version><![CDATA[<stderr_txt>Before cudaAcc_initializeDevice(): Boinc passed gCUDADevPref 1setiathome_CUDA: Found 1 CUDA device(s): Device 1: GeForce GTX 465, 993 MiB, regsPerBlock 32768 computeCap 2.0, multiProcs 11 clockRate = 3200000
But whether it's a bug in the app(s) coding, the NVidia API, or EVGA Precsion, I couldn't begin to tell.
'Cuda Cores' @ 48 per Multprocessor ( 7 * 48 = 336 cores