Searched refs:l2_depth (Results 1 – 3 of 3) sorted by relevance
43 int l2_depth; member48 &l2_cols, &l2_depth); in Init()49 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, &l1_rows, in Init()59 int l2_depth = 0; in FindL2BlockSizes() local65 l2_depth = RoundUp<kRegisterSize>(depth); in FindL2BlockSizes()72 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth))); in FindL2BlockSizes()86 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) / in FindL2BlockSizes()87 (num_threads * (l2_depth + 4 * l2_cols))); in FindL2BlockSizes()96 *out_l2_depth = l2_depth; in FindL2BlockSizes()156 int l2_depth; member[all …]
52 for (int d = 0; d < block_params_.l2_depth; d += block_params_.l1_depth) { in Compute()53 int ds = std::min(block_params_.l1_depth, block_params_.l2_depth - d); in Compute()
58 allocator_->Reserve<std::uint8_t>(params_.l2_width * params_.l2_depth); in PackedSideBlock()67 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); in seek_run()