Searched defs:chebyshev_interp_1d (Results 1 – 9 of 9) sorted by relevance
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-basis-tensor-at-points.h | 43 …obal__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in InterpAtPoints() 126 …id InterpTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in InterpTransposeAtPoints() 222 …global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in GradAtPoints() 311 …void GradTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in GradTransposeAtPoints()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor-at-points.h | 43 …obal__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in InterpAtPoints() 126 …id InterpTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in InterpTransposeAtPoints() 222 …global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in GradAtPoints() 311 …void GradTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ chebyshev_interp… in GradTransposeAtPoints()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 167 CeedScalar *chebyshev_interp_1d; in CeedBasisApplyAtPointsCore_Hip() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 168 CeedScalar *chebyshev_interp_1d; in CeedBasisApplyAtPointsCore_Cuda() local
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 276 CeedScalar *chebyshev_interp_1d; in CeedBasisApplyAtPointsCore_Cuda_shared() local
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 341 CeedScalar *chebyshev_interp_1d; in CeedBasisApplyAtPointsCore_Hip_shared() local
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 277 CeedScalar *chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen() local 315 CeedScalar *chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen() local
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 250 CeedScalar *chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen() local 288 CeedScalar *chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 503 CeedScalar *chebyshev_interp_1d, *chebyshev_grad_1d, *chebyshev_q_weight_1d; in CeedBasisApplyAtPoints_Core() local 766 int CeedBasisGetChebyshevInterp1D(CeedBasis basis, CeedScalar *chebyshev_interp_1d) { in CeedBasisGetChebyshevInterp1D()
|