Searched refs:est_num_cores (Results 1 – 1 of 1) sorted by relevance
1324 const int est_num_cores = std::max(1, (num_threads + 1) / 2); in ComputeBlockSizes() local1326 const int mem = est_num_cores * 128 * 1024; in ComputeBlockSizes()1345 std::max<int>(1, left_dim0 / 64) * (left_dim1 / *KL) > est_num_cores) { in ComputeBlockSizes()