microprocessor-trend-data icon indicating copy to clipboard operation
microprocessor-trend-data copied to clipboard

Wrong number of cores

Open Ausverstand opened this issue 3 years ago • 1 comments

In newData, the number of cores in the Xeon Phi 7290 is stated to be 272 cores. I think this is a typo. According to the specs. it should be 72 cores only.

This should be an easy fix!

Ausverstand avatar Aug 21 '22 09:08 Ausverstand

The reason why the Xeon Phi 7290 is listed with 272 cores is that the device is only really useful when using 4 threads per core. So even though the hardware provides about 70 cores (actually, any number between 68 and 72 depending on yield), the programmer really needs to think of much higher parallelism.

One can argue in favor of either the physical number of cores or the logical number of cores. For the sake of consistency, I suggest to leave it as-is.

karlrupp avatar Oct 06 '22 09:10 karlrupp