Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpower4 committed Oct 30, 2024
1 parent 65008d3 commit 4672cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ int main(int argc, char **argv) {
for (int i = 0; i < numa_count; i++) {
args.numa_id = i;

// Avoid numa nodes without CPUS(eg. Nvidia Grace Hopper memory only numa node)
// Avoid numa nodes without CPUS(eg. Nvidia Grace systems have memory only numa node)
if (!HasCPUsForNumaNode(args.numa_id)) {
continue;
}
Expand Down

0 comments on commit 4672cd0

Please sign in to comment.