@@ -28,18 +28,18 @@ extern "C" {
28
28
29
29
/** \brief Matrix of distances between a set of objects.
30
30
*
31
- * This matrix often contains latencies between NUMA nodes
31
+ * The most common matrix contains latencies between NUMA nodes
32
32
* (as reported in the System Locality Distance Information Table (SLIT)
33
33
* in the ACPI specification), which may or may not be physically accurate.
34
34
* It corresponds to the latency for accessing the memory of one node
35
35
* from a core in another node.
36
- * The corresponding kind is ::HWLOC_DISTANCES_KIND_FROM_OS | ::HWLOC_DISTANCES_KIND_FROM_USER.
36
+ * The corresponding kind is ::HWLOC_DISTANCES_KIND_MEANS_LATENCY | ::HWLOC_DISTANCES_KIND_FROM_USER.
37
37
* The name of this distances structure is "NUMALatency".
38
- * Others distance structures include and "XGMIBandwidth", "XGMIHops",
39
- * "XeLinkBandwidth" and "NVLinkBandwidth".
40
38
*
41
39
* The matrix may also contain bandwidths between random sets of objects,
42
40
* possibly provided by the user, as specified in the \p kind attribute.
41
+ * Others common distance structures include and "XGMIBandwidth", "XGMIHops",
42
+ * "XeLinkBandwidth" and "NVLinkBandwidth".
43
43
*
44
44
* Pointers \p objs and \p values should not be replaced, reallocated, freed, etc.
45
45
* However callers are allowed to modify \p kind as well as the contents
0 commit comments