Closed GoogleCodeExporter closed 8 years ago
I'll try to explain again.
Total performance is SUSTAINED PERFORMANCE for whole system. This includes cpu
data preparation, data transfer to/from gpu, gpu computations.
Numbers on the right side of the core are PEAK PERFORMANCE for this core (
opencl core or cuda core ). This means that if the cpu would prepare data with
infinite speed, data transfer would have infinite speed you would achieve those
values for sustained performance.
But in real life PEAK PERFORMANCE >>> SUSTAINED PERFORMANCE.
There was no change in the method of computing overall performance. What you
see is not an error in performance calculations. Simply due to problems from
issue 173 it's much more visible in your system that PEAK >>> SUSTAINED.
> Adding all of the PMKs/s should be 60672.2, not 28389.98
I'll write once more to be perfectly clear. PEAK PERFORMANCE doesn't add up to
SUSTAINED PERFORMANCE.
In your system CPU is bottleneck ( issue 173 ). Use latest svn version and
disable all CPU cores ( using limit_ncpus=4 in ~/.pyrit/config ).
Original comment by hazema...@gmail.com
on 10 Dec 2010 at 5:58
Original issue reported on code.google.com by
codytu...@gmail.com
on 6 Dec 2010 at 11:49