Searched refs:total_compute_size (Results 1 – 1 of 1) sorted by relevance
123 size_t total_compute_size) const { in MultiThreadCompute() argument128 size_t once_compute_size = (total_compute_size + max_thread_num - 1) / max_thread_num; in MultiThreadCompute()129 while (start < total_compute_size) { in MultiThreadCompute()130 …size_t end = (start + once_compute_size) > total_compute_size ? total_compute_size : (start + once… in MultiThreadCompute()