I was able to find the theoretical DP peak performance 371 GFlop/s for the Xeon E5-2690 in this Processor Comparison (interesting that it is easier to find this information in Intel's competitor than Intel support pages itself). However, when I try to derive that peak performance my derivation doesn't match:
- The frequency (in Turbo mode) for each core of the Xeon E5-2690 = 3.8Ghz
- The processor can do an
add
andmul
operation per cycle so we get: 3.8 x 2 = 7.6 - Given it has AVX support it can do 4 double operations per cycle: 7.6 x 4 = 30.4
- Finally, it has 8 cores, therefore we get: 8 x 30.4 = 243.2
Thus, the peak performance in Gflop/s would be 243.2 GFlop/s and not 371 GFlop/s?