Searched refs:MinRowsPerThread (Results 1 – 1 of 1) sorted by relevance
598 static const int MinRowsPerThread = KernelRows > AbsoluteMinRowsPerThread in HowManyThreads() local601 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads()