Searched refs:num_procs_with_ecore (Results 1 – 1 of 1) sorted by relevance
119 T num_procs_with_ecore = nproc - num_procs_with_pcore; in __kmp_initialize_self_buffer() local124 echunks / num_procs_with_ecore; // chunks per thread with e-core in __kmp_initialize_self_buffer()127 (pchunks % num_procs_with_pcore) + (echunks % num_procs_with_ecore); in __kmp_initialize_self_buffer()135 init = id * small_chunk + (id - num_procs_with_ecore) * p_extra + in __kmp_initialize_self_buffer()463 T num_procs_with_ecore = 0; in __kmp_dispatch_init_algorithm() local482 num_procs_with_ecore++; in __kmp_dispatch_init_algorithm()489 if (num_procs_with_pcore > 0 && num_procs_with_ecore > 0) { in __kmp_dispatch_init_algorithm()492 float e_ratio = (float)num_procs_with_ecore / nproc; in __kmp_dispatch_init_algorithm()508 e_ntc >= num_procs_with_ecore) in __kmp_dispatch_init_algorithm()521 KMP_DEBUG_ASSERT(nproc == num_procs_with_pcore + num_procs_with_ecore); in __kmp_dispatch_init_algorithm()[all …]