Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp303 static int __kmp_nThreadsPerCore; variable
314 return __kmp_avail_proc == (__kmp_nThreadsPerCore * nCoresPerPkg * nPackages); in __kmp_affinity_uniform_topology()
522 if (num_active_threads > __kmp_nThreadsPerCore) in __kmp_hwloc_process_obj_core_pu()
523 __kmp_nThreadsPerCore = num_active_threads; // calc maximum in __kmp_hwloc_process_obj_core_pu()
588 __kmp_nThreadsPerCore = __kmp_hwloc_get_nobjs_under_obj(o, HWLOC_OBJ_PU); in __kmp_affinity_create_hwloc_map()
590 __kmp_nThreadsPerCore = 1; // no CORE found in __kmp_affinity_create_hwloc_map()
591 __kmp_ncores = __kmp_xproc / __kmp_nThreadsPerCore; in __kmp_affinity_create_hwloc_map()
604 __kmp_nThreadsPerCore, __kmp_ncores); in __kmp_affinity_create_hwloc_map()
633 __kmp_ncores = nPackages = nCoresPerPkg = __kmp_nThreadsPerCore = 0; in __kmp_affinity_create_hwloc_map()
730 __kmp_nThreadsPerCore = nCoresPerPkg = 1; in __kmp_affinity_create_hwloc_map()
[all …]