Home
last modified time | relevance | path

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

/libCEED/backends/hip-shared/
H A Dceed-hip-shared.h27 hipFunction_t GradAtPoints; member
H A Dceed-hip-shared-basis.c364 …eedCallBackend(CeedGetKernel_Hip(ceed, data->moduleAtPoints, "GradAtPoints", &data->GradAtPoints)); in CeedBasisApplyAtPointsCore_Hip_shared()
448 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->GradAtPoints, NULL, grid, thread_1d, 1, ele… in CeedBasisApplyAtPointsCore_Hip_shared()
460 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->GradAtPoints, NULL, grid, thread_1d, thread… in CeedBasisApplyAtPointsCore_Hip_shared()
472 …CeedCallBackend(CeedRunKernelDimShared_Hip(ceed, data->GradAtPoints, NULL, grid, thread_1d, thread… in CeedBasisApplyAtPointsCore_Hip_shared()
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared.h27 CUfunction GradAtPoints; member
H A Dceed-cuda-shared-basis.c298 …edCallBackend(CeedGetKernel_Cuda(ceed, data->moduleAtPoints, "GradAtPoints", &data->GradAtPoints)); in CeedBasisApplyAtPointsCore_Cuda_shared()
384 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->GradAtPoints, NULL, grid, thread_1d, 1, el… in CeedBasisApplyAtPointsCore_Cuda_shared()
397 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->GradAtPoints, NULL, grid, thread_1d, threa… in CeedBasisApplyAtPointsCore_Cuda_shared()
409 …CeedCallBackend(CeedRunKernelDimShared_Cuda(ceed, data->GradAtPoints, NULL, grid, thread_1d, threa… in CeedBasisApplyAtPointsCore_Cuda_shared()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.h74 CUfunction GradAtPoints; member
H A Dceed-cuda-ref-basis.c190 …edCallBackend(CeedGetKernel_Cuda(ceed, data->moduleAtPoints, "GradAtPoints", &data->GradAtPoints)); in CeedBasisApplyAtPointsCore_Cuda()
219 …nKernel_Cuda(ceed, is_transpose ? data->GradTransposeAtPoints : data->GradAtPoints, num_elem, bloc… in CeedBasisApplyAtPointsCore_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.h79 hipFunction_t GradAtPoints; member
H A Dceed-hip-ref-basis.c189 …eedCallBackend(CeedGetKernel_Hip(ceed, data->moduleAtPoints, "GradAtPoints", &data->GradAtPoints)); in CeedBasisApplyAtPointsCore_Hip()
218 …unKernel_Hip(ceed, is_transpose ? data->GradTransposeAtPoints : data->GradAtPoints, num_elem, bloc… in CeedBasisApplyAtPointsCore_Hip()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints() function
H A Dcuda-shared-basis-tensor-at-points.h210 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ c_B,… in GradAtPoints() function
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints() function
H A Dhip-shared-basis-tensor-at-points.h212 …void GradAtPoints(const CeedInt num_elem, const CeedScalar *c_B, const CeedInt *points_per_elem, c… in __launch_bounds__()