Searched refs:max_P_Q (Results 1 – 1 of 1) sorted by relevance
92 CeedInt max_P_Q = CeedIntMax(P, Q); in CeedBasisApplyCore_Magma() local96 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()102 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()106 shared_mem += num_t_col * (P * max_P_Q * sizeof(CeedScalar)); in CeedBasisApplyCore_Magma()109 num_threads = max_P_Q * max_P_Q; in CeedBasisApplyCore_Magma()113 shared_mem += sizeof(CeedScalar) * num_t_col * (CeedIntMax(P * P * max_P_Q, P * Q * Q)); in CeedBasisApplyCore_Magma()169 CeedInt max_P_Q = CeedIntMax(P, Q); in CeedBasisApplyCore_Magma() local173 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()179 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()183 shared_mem += sizeof(CeedScalar) * num_t_col * (P * max_P_Q); in CeedBasisApplyCore_Magma()[all …]