| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared.h | 27 hipFunction_t GradAtPoints; member
|
| H A D | ceed-hip-shared-basis.c | 364 …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 D | ceed-cuda-shared.h | 27 CUfunction GradAtPoints; member
|
| H A D | ceed-cuda-shared-basis.c | 298 …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 D | ceed-cuda-ref.h | 74 CUfunction GradAtPoints; member
|
| H A D | ceed-cuda-ref-basis.c | 190 …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 D | ceed-hip-ref.h | 79 hipFunction_t GradAtPoints; member
|
| H A D | ceed-hip-ref-basis.c | 189 …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 D | cuda-ref-basis-tensor-at-points.h | 222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints() function
|
| H A D | cuda-shared-basis-tensor-at-points.h | 210 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 D | hip-ref-basis-tensor-at-points.h | 222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints() function
|
| H A D | hip-shared-basis-tensor-at-points.h | 212 …void GradAtPoints(const CeedInt num_elem, const CeedScalar *c_B, const CeedInt *points_per_elem, c… in __launch_bounds__()
|