Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dblock_params.h43 int l2_depth; member
50 &l2_cols, &l2_depth); in Init()
51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use, in Init()
62 int l2_depth = 0; in FindL2BlockSizes() local
72 l2_depth = RoundUp<kRegisterSize>(depth); in FindL2BlockSizes()
76 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth))); in FindL2BlockSizes()
90 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) / in FindL2BlockSizes()
91 (num_threads * (l2_depth + 4 * l2_cols))); in FindL2BlockSizes()
100 *out_l2_depth = l2_depth; in FindL2BlockSizes()
159 int l2_depth; member
[all …]
Dcompute.h53 assert(depth <= block_params_.l2_depth); in Compute()
Dpack.h56 allocator_->Reserve<std::uint8_t>(params_.l2_width * params_.l2_depth); in PackedSideBlock()
65 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); in seek_run()
Dsingle_thread_gemm.h107 rows, depth, cols, block_params.l2_rows, block_params.l2_depth, in SingleThreadGemm()
/external/gemmlowp/doc/
Dpacking.md116 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth);