Microbenchmarks icon indicating copy to clipboard operation
Microbenchmarks copied to clipboard

Hardcode setting for numaNodeCount under NUMA mode

Open troore opened this issue 7 months ago • 0 comments

Hi @clamchowder,

I found in MemoryBandwidth.c, under NUMA mode, there is a hardcode number (https://github.com/clamchowder/Microbenchmarks/blob/master/MemoryBandwidth/MemoryBandwidth.c#L620):

image

As the comment indicates, it may be for KNL. So should we recover the numaNodeCount back to numa_max_node() + 1 for other CPUs?

Thanks, troore

troore avatar Jul 08 '24 07:07 troore