Searched refs:big_cores (Results 1 – 2 of 2) sorted by relevance
258 big_cores = mode_definitions.get('big_cores', [])259 if not big_cores:263 self._ForceCpusOffline(cpu_list=big_cores)
5110 int big_cores = nthreads % ncores; in __kmp_balanced_affinity() local5112 int big_nth = (chunk + 1) * big_cores; in __kmp_balanced_affinity()5117 coreID = (tid - big_cores) / chunk; in __kmp_balanced_affinity()5118 threadID = ((tid - big_cores) % chunk) % __kmp_nth_per_core; in __kmp_balanced_affinity()