logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hwloc_topology_discovery_support

Author

       Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.

Hardware Locality (hwloc)                        Version 2.12.0              hwloc_topology_discovery_support(3)

Detailed Description

       Flags describing actual discovery support for this topology.

Field Documentation

unsignedcharhwloc_topology_discovery_support::cpukind_efficiency
       Detecting the efficiency of CPU kinds is supported, see KindsofCPUcores.

   unsignedcharhwloc_topology_discovery_support::disallowed_numa
       Detecting and identifying NUMA nodes that are not available to the current process is supported.

   unsignedcharhwloc_topology_discovery_support::disallowed_pu
       Detecting and identifying PU objects that are not available to the current process is supported.

   unsignedcharhwloc_topology_discovery_support::numa
       Detecting the number of NUMA nodes is supported.

   unsignedcharhwloc_topology_discovery_support::numa_memory
       Detecting the amount of memory in NUMA nodes is supported.

   unsignedcharhwloc_topology_discovery_support::pu
       Detecting the number of PU objects is supported.

Name

       hwloc_topology_discovery_support

Synopsis

       #include <hwloc.h>

   DataFields
       unsigned char pu
       unsigned char numa
       unsigned char numa_memory
       unsigned char disallowed_pu
       unsigned char disallowed_numa
       unsigned char cpukind_efficiency

See Also