Home
last modified time | relevance | path

Searched refs:s_chebyshev_interp_1d (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h49 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpAtPoints() local
55 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpAtPoints()
90 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in InterpAtPoints()
132 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpTransposeAtPoints() local
138 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpTransposeAtPoints()
209 …for (CeedInt b = 0; b < Q; b++) v_k += s_chebyshev_interp_1d[j + b * BASIS_P_1D] * in[(a * Q + b) … in InterpTransposeAtPoints()
228 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradAtPoints() local
234 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in GradAtPoints()
270 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in GradAtPoints()
317 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradTransposeAtPoints() local
[all …]
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h49 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpAtPoints() local
55 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpAtPoints()
90 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in InterpAtPoints()
132 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpTransposeAtPoints() local
138 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpTransposeAtPoints()
209 …for (CeedInt b = 0; b < Q; b++) v_k += s_chebyshev_interp_1d[j + b * BASIS_P_1D] * in[(a * Q + b) … in InterpTransposeAtPoints()
228 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradAtPoints() local
234 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in GradAtPoints()
270 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in GradAtPoints()
317 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradTransposeAtPoints() local
[all …]