Searched defs:r_C (Results 1 – 4 of 4) sorted by relevance
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-shared-basis-tensor-at-points-templates.h | 44 …d InterpAtPoints1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints1d() 66 CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints1d() 90 …oid GradAtPoints1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in GradAtPoints1d() 113 CeedScalar *__restrict__ r_C) { in GradTransposeAtPoints1d() 141 …d InterpAtPoints2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints2d() 173 CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints2d() 210 …oid GradAtPoints2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in GradAtPoints2d() 246 CeedScalar *__restrict__ r_C) { in GradTransposeAtPoints2d() 291 …d InterpAtPoints3d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints3d() 329 CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints3d() [all …]
|
| H A D | cuda-shared-basis-tensor-at-points.h | 36 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in InterpAtPoints() local 92 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in InterpTransposeAtPoints() local 162 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in InterpTransposeAddAtPoints() local 223 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in GradAtPoints() local 279 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in GradTransposeAtPoints() local 350 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in GradTransposeAddAtPoints() local
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-shared-basis-tensor-at-points-templates.h | 44 …id InterpAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints1d() 67 … const CeedScalar *__restrict__ r_X, CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints1d() 91 …void GradAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in GradAtPoints1d() 114 … const CeedScalar *__restrict__ r_X, CeedScalar *__restrict__ r_C) { in GradTransposeAtPoints1d() 142 …id InterpAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints2d() 174 … const CeedScalar *__restrict__ r_X, CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints2d() 211 …void GradAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in GradAtPoints2d() 247 … const CeedScalar *__restrict__ r_X, CeedScalar *__restrict__ r_C) { in GradTransposeAtPoints2d() 292 …id InterpAtPoints3d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__restrict__ r_C, con… in InterpAtPoints3d() 330 … const CeedScalar *__restrict__ r_X, CeedScalar *__restrict__ r_C) { in InterpTransposeAtPoints3d() [all …]
|
| H A D | hip-shared-basis-tensor-at-points.h | 37 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local 93 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local 163 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local 225 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local 281 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local 352 CeedScalar r_C[BASIS_NUM_COMP * (BASIS_DIM > 2 ? BASIS_Q_1D : 1)]; in __launch_bounds__() local
|