Searched refs:tentative_thread_count (Results 1 – 5 of 5) sorted by relevance
/external/ruy/ruy/ |
D | trmul.cc | 261 int tentative_thread_count = in GetTentativeThreadCount() local 264 return tentative_thread_count; in GetTentativeThreadCount() 267 bool GetUseSimpleLoop(int tentative_thread_count, int rows, int cols, int depth, in GetUseSimpleLoop() argument 271 if (tentative_thread_count == 1) { in GetUseSimpleLoop() 306 const int tentative_thread_count = in TrMul() local 314 if (GetUseSimpleLoop(tentative_thread_count, rows, cols, depth, in TrMul() 342 tentative_thread_count, cpu_cache_params, &block_map); in TrMul()
|
D | block_map.cc | 217 int tentative_thread_count) { in GetMultithreadingScore() argument 225 if (tentative_thread_count == 1) { in GetMultithreadingScore() 229 candidate_num_full_blocks_log2 - ceil_log2(tentative_thread_count); in GetMultithreadingScore() 340 int tentative_thread_count, in MakeBlockMap() argument 401 block_size_log2, rows, cols, tentative_thread_count); in MakeBlockMap() 468 std::min(tentative_thread_count, NumBlocks(*block_map)); in MakeBlockMap()
|
D | block_map_test.cc | 37 int rhs_scalar_size, int tentative_thread_count, in MakeBlockMapTuningTest() argument 46 rhs_scalar_size, tentative_thread_count, cpu_cache_params, in MakeBlockMapTuningTest()
|
D | block_map.h | 120 int tentative_thread_count,
|
D | trace.h | 606 tentative_thread_count, rows, depth, cols, ctx->max_num_threads()); 616 tentative_thread_count > 1 ? "multi-threading" \ 639 tentative_thread_count); \
|