| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared.h | 24 hipFunction_t InterpAtPoints; member
|
| H A D | ceed-hip-shared-basis.c | 361 …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 D | ceed-cuda-shared.h | 24 CUfunction InterpAtPoints; member
|
| H A D | ceed-cuda-shared-basis.c | 295 …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 D | ceed-cuda-ref.h | 72 CUfunction InterpAtPoints; member
|
| H A D | ceed-cuda-ref-basis.c | 188 …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 D | ceed-hip-ref.h | 77 hipFunction_t InterpAtPoints; member
|
| H A D | ceed-hip-ref-basis.c | 187 …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 D | cuda-ref-basis-tensor-at-points.h | 43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints() function
|
| H A D | cuda-shared-basis-tensor-at-points.h | 23 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ c_… in InterpAtPoints() function
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor-at-points.h | 43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints() function
|
| H A D | hip-shared-basis-tensor-at-points.h | 24 …void InterpAtPoints(const CeedInt num_elem, const CeedScalar *c_B, const CeedInt *points_per_elem,… in __launch_bounds__()
|