Lines Matching refs:num_threads
89 CeedInt num_threads = 1; in CeedBasisApplyCore_Magma() local
96 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
97 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_1D); in CeedBasisApplyCore_Magma()
102 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
103 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_2D); in CeedBasisApplyCore_Magma()
109 num_threads = max_P_Q * max_P_Q; in CeedBasisApplyCore_Magma()
110 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_3D); in CeedBasisApplyCore_Magma()
120 …dMagma(ceed, apply_add ? impl->InterpTransposeAdd : impl->InterpTranspose, NULL, grid, num_threads, in CeedBasisApplyCore_Magma()
123 …CeedCallBackend(CeedRunKernelDimSharedMagma(ceed, impl->Interp, NULL, grid, num_threads, num_t_col… in CeedBasisApplyCore_Magma()
166 CeedInt num_threads = 1; in CeedBasisApplyCore_Magma() local
173 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
174 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_1D); in CeedBasisApplyCore_Magma()
179 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
180 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_2D); in CeedBasisApplyCore_Magma()
186 num_threads = max_P_Q * max_P_Q; in CeedBasisApplyCore_Magma()
187 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_3D); in CeedBasisApplyCore_Magma()
198 …haredMagma(ceed, apply_add ? impl->GradTransposeAdd : impl->GradTranspose, NULL, grid, num_threads, in CeedBasisApplyCore_Magma()
201 …CeedCallBackend(CeedRunKernelDimSharedMagma(ceed, impl->Grad, NULL, grid, num_threads, num_t_col, … in CeedBasisApplyCore_Magma()
208 CeedInt num_threads = 1; in CeedBasisApplyCore_Magma() local
214 num_threads = Q; in CeedBasisApplyCore_Magma()
215 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_1D); in CeedBasisApplyCore_Magma()
220 num_threads = Q; in CeedBasisApplyCore_Magma()
221 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_2D); in CeedBasisApplyCore_Magma()
225 num_threads = Q * Q; in CeedBasisApplyCore_Magma()
226 num_t_col = MAGMA_BASIS_NTCOL(num_threads, MAGMA_MAXTHREADS_3D); in CeedBasisApplyCore_Magma()
233 …CeedCallBackend(CeedRunKernelDimSharedMagma(ceed, impl->Weight, NULL, grid, num_threads, num_t_col… in CeedBasisApplyCore_Magma()