Вопрос

Is there any implication for a Windows developer for NUMA supported CPU architecture if only one CPU is present?

Это было полезно?

Решение

Comment -> Answer

As far as I know, there are no single-socket systems that are NUMA. The IBM Power7 has a slightly NUMA L3 cache, but access to main memory is still uniform.

Many of the multi-socket motherboard systems are NUMA where each socket has its own bank of local and fast memory. You can choose to populate only one socket, but then it's no longer NUMA.

So no, if there's only CPU, then you don't need to worry about NUMA.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top