문제

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