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_support

Author

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

Hardware Locality (hwloc)                        Version 2.12.0                        hwloc_topology_support(3)

Detailed Description

       Set of flags describing actual support for this topology.

       This is retrieved with hwloc_topology_get_support() and will be valid until the topology object is
       destroyed. Note: the values are correct only after discovery.

Field Documentation

structhwloc_topology_cpubind_support*hwloc_topology_support::cpubindstructhwloc_topology_discovery_support*hwloc_topology_support::discoverystructhwloc_topology_membind_support*hwloc_topology_support::membindstructhwloc_topology_misc_support*hwloc_topology_support::misc

Name

       hwloc_topology_support

Synopsis

       #include <hwloc.h>

   DataFields
       struct hwloc_topology_discovery_support * discovery
       struct hwloc_topology_cpubind_support * cpubind
       struct hwloc_topology_membind_support * membind
       struct hwloc_topology_misc_support * misc

See Also