Searched refs:wi_count (Results 1 – 1 of 1) sorted by relevance
51 static uint64_t wi_count = 0; variable136 wi_count++; in phsa_work_item_thread()215 if (wi_count % 1000 == 0) in phsa_work_item_thread()219 double wis_per_sec = wi_count / spent_time_sec; in phsa_work_item_thread()221 = (wi_total - wi_count - wis_skipped) / wis_per_sec; in phsa_work_item_thread()225 wi_count, wis_skipped, (uint64_t) spent_time_sec, in phsa_work_item_thread()298 wi_count = 0; in phsa_execute_wi_gang()520 uint64_t wi_count = wg_x * sat_wg_size_x + wg_y * sat_wg_size_y in phsa_execute_work_groups() local523 double wis_per_sec = wi_count / spent_time_sec; in phsa_execute_work_groups()524 uint64_t eta_sec = (wi_total - wi_count) / wis_per_sec; in phsa_execute_work_groups()[all …]