Searched refs:min_cost_per_thread (Results 1 – 1 of 1) sorted by relevance
40 const int64 min_cost_per_thread = 256LL << 10; // 256KB L2 Cache size. in GetParallelTaskCount() local43 std::max(int64{1}, instruction_cost / min_cost_per_thread)); in GetParallelTaskCount()64 int64 min_cost_per_thread; in GetParallelTaskCount() local81 min_cost_per_thread = 256LL << 10; // 256KB L2 Cache size. in GetParallelTaskCount()94 min_cost_per_thread = 100000; in GetParallelTaskCount()98 std::max(int64{1}, instruction_cost / min_cost_per_thread)); in GetParallelTaskCount()