Home
last modified time | relevance | path

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

/libCEED/backends/magma/
H A Dceed-magma-basis.c89 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
[all …]