Home
last modified time | relevance | path

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

/libCEED/backends/hip-shared/
H A Dceed-hip-shared.h24 hipFunction_t InterpAtPoints; member
H A Dceed-hip-shared-basis.c361 …allBackend(CeedGetKernel_Hip(ceed, data->moduleAtPoints, "InterpAtPoints", &data->InterpAtPoints)); in CeedBasisApplyAtPointsCore_Hip_shared()
400 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->InterpAtPoints, NULL, grid, thread_1d, 1, e… in CeedBasisApplyAtPointsCore_Hip_shared()
412 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->InterpAtPoints, NULL, grid, thread_1d, thre… in CeedBasisApplyAtPointsCore_Hip_shared()
424 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->InterpAtPoints, NULL, grid, thread_1d, thre… in CeedBasisApplyAtPointsCore_Hip_shared()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared.h24 CUfunction InterpAtPoints; member
H A Dceed-cuda-shared-basis.c295 …llBackend(CeedGetKernel_Cuda(ceed, data->moduleAtPoints, "InterpAtPoints", &data->InterpAtPoints)); in CeedBasisApplyAtPointsCore_Cuda_shared()
334 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->InterpAtPoints, NULL, grid, thread_1d, 1, … in CeedBasisApplyAtPointsCore_Cuda_shared()
348 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->InterpAtPoints, NULL, grid, thread_1d, thr… in CeedBasisApplyAtPointsCore_Cuda_shared()
360 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->InterpAtPoints, NULL, grid, thread_1d, thr… in CeedBasisApplyAtPointsCore_Cuda_shared()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.h72 CUfunction InterpAtPoints; member
H A Dceed-cuda-ref-basis.c188 …llBackend(CeedGetKernel_Cuda(ceed, data->moduleAtPoints, "InterpAtPoints", &data->InterpAtPoints)); in CeedBasisApplyAtPointsCore_Cuda()
212 …rnel_Cuda(ceed, is_transpose ? data->InterpTransposeAtPoints : data->InterpAtPoints, num_elem, blo… in CeedBasisApplyAtPointsCore_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.h77 hipFunction_t InterpAtPoints; member
H A Dceed-hip-ref-basis.c187 …allBackend(CeedGetKernel_Hip(ceed, data->moduleAtPoints, "InterpAtPoints", &data->InterpAtPoints)); in CeedBasisApplyAtPointsCore_Hip()
211 …ernel_Hip(ceed, is_transpose ? data->InterpTransposeAtPoints : data->InterpAtPoints, num_elem, blo… in CeedBasisApplyAtPointsCore_Hip()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints() function
H A Dcuda-shared-basis-tensor-at-points.h23 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ c_… in InterpAtPoints() function
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints() function
H A Dhip-shared-basis-tensor-at-points.h24 …void InterpAtPoints(const CeedInt num_elem, const CeedScalar *c_B, const CeedInt *points_per_elem,… in __launch_bounds__()