Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp3420 int nPkg = 0, nCo = 0, n_new = 0, n_old = 0, nCpP = 0, nTpC = 0; // counters in __kmp_apply_thread_places() local
3873 if (nCr > nCpP) in __kmp_apply_thread_places()
3874 nCpP = nCr; // calc max cores per socket in __kmp_apply_thread_places()
3881 KMP_DEBUG_ASSERT(nCpP > 0); in __kmp_apply_thread_places()
3885 KMP_DEBUG_ASSERT(nCpP <= nCoresPerPkg); in __kmp_apply_thread_places()
3890 nCoresPerPkg = nCpP; // correct num cores per socket in __kmp_apply_thread_places()