Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/gemm/
H A DClGemmHelpers.cpp123 const unsigned int ceil_to_multiple_m_m0 = ceil_to_multiple(m, best_m0); in is_mmul_kernel_preferred() local
124 const unsigned int m_div_m0 = ceil_to_multiple_m_m0 / best_m0; in is_mmul_kernel_preferred()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp180 const unsigned int ceil_to_multiple_m_m0 = ceil_to_multiple(y_dimension.end(), lhs_info.m0); in validate_and_configure_window() local
184 const unsigned int m_div_m0 = ceil_to_multiple_m_m0 / lhs_info.m0; in validate_and_configure_window()
H A DClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp262 …const unsigned int ceil_to_multiple_m_m0 = ceil_to_multiple(y_dimension.end(), gemm_info.lhs_info.… in validate_and_configure_window() local
266 const unsigned int m_div_m0 = ceil_to_multiple_m_m0 / gemm_info.lhs_info.m0; in validate_and_configure_window()