Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dblock_params.h115 const int l1_bytes_to_use = kDefaultL1CacheSize; in FindL1BlockSizes() local
119 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) / in FindL1BlockSizes()
129 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols)); in FindL1BlockSizes()