Skip to content

Commit d25ebc8

Browse files
First notes
1 parent e2b4df3 commit d25ebc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/memspaces/memspace_lowest_latency.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
#include "memspace_internal.h"
1010
#include "test_helpers.h"
1111

12+
/*
13+
14+
canQueryLatency is used in a parameter generator as a functional pointer
15+
https://man.archlinux.org/man/hwloc_memattr_get_value.3.en
16+
0 on success - hwloc_memattr_get_value
17+
*/
18+
1219
static bool canQueryLatency(size_t nodeId) {
1320
hwloc_topology_t topology = nullptr;
1421
int ret = hwloc_topology_init(&topology);

0 commit comments

Comments
 (0)