Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

micro benchmark, numa node extraction is not compatible with Grace CPU (GH/GB GPUs) #129

Open
Fizzbb opened this issue Jan 22, 2025 · 0 comments

Comments

@Fizzbb
Copy link

Fizzbb commented Jan 22, 2025

the way extract numa node is incompatible with Grace CPU
https://github.com/bytedance/ByteMLPerf/blob/main/byte_micro_perf/launch.py#L47

lscpu on GH200. To decide how many numa nodes available. Please count the node has cpu cores. the example below, should be 1, instead of 9.

NUMA:
NUMA node(s): 9
NUMA node0 CPU(s): 0-71
NUMA node1 CPU(s):
NUMA node2 CPU(s):
NUMA node3 CPU(s):
NUMA node4 CPU(s):
NUMA node5 CPU(s):
NUMA node6 CPU(s):
NUMA node7 CPU(s):
NUMA node8 CPU(s):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant