Home
last modified time | relevance | path

Searched refs:topology_support (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h106 const hwloc_topology_support *topology_support; in determine_capable() local
119 topology_support = hwloc_topology_get_support(__kmp_hwloc_topology); in determine_capable()
124 if (topology_support && topology_support->cpubind->set_thisthread_cpubind && in determine_capable()
125 topology_support->cpubind->get_thisthread_cpubind && in determine_capable()
126 topology_support->discovery->pu && !__kmp_hwloc_error) { in determine_capable()