We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27db8b commit a7fa133Copy full SHA for a7fa133
include/hwloc/levelzero.h
@@ -106,6 +106,10 @@ hwloc_levelzero_get_device_cpuset(hwloc_topology_t topology __hwloc_attribute_un
106
* topology. If not, the locality of the object may still be found using
107
* hwloc_levelzero_get_device_cpuset().
108
*
109
+ * \note If the input L0 device is actually a subdevice, then its parent
110
+ * (root device) is actually translated, i.e. the main hwloc OS device
111
+ * is returned instead of one of its children.
112
+ *
113
* \note The corresponding hwloc PCI device may be found by looking
114
* at the result parent pointer (unless PCI devices are filtered out).
115
*/
0 commit comments