Home
last modified time | relevance | path

Searched refs:min_cubic_size_per_thread (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/internal/
Dmulti_thread_gemm.h581 static const std::uint64_t min_cubic_size_per_thread = 64 * 1024; in HowManyThreads() local
588 std::min(thread_count, int(cubic_size / min_cubic_size_per_thread)); in HowManyThreads()