| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-shared-basis-read-write-templates.h | 28 …entStrided1d(SharedData_Cuda &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in ReadElementStrided1d() argument 32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 44 …entStrided1d(SharedData_Cuda &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in WriteElementStrided1d() argument 48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 57 …entStrided1d(SharedData_Cuda &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in SumElementStrided1d() argument 61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() 77 …entStrided2d(SharedData_Cuda &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in ReadElementStrided2d() argument 81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 93 …entStrided2d(SharedData_Cuda &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in WriteElementStrided2d() argument 97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() [all …]
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-shared-basis-read-write-templates.h | 28 …mentStrided1d(SharedData_Hip &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in ReadElementStrided1d() argument 32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 44 …mentStrided1d(SharedData_Hip &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in WriteElementStrided1d() argument 48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 57 …mentStrided1d(SharedData_Hip &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in SumElementStrided1d() argument 61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() 77 …mentStrided2d(SharedData_Hip &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in ReadElementStrided2d() argument 81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 93 …mentStrided2d(SharedData_Hip &data, const CeedInt elem, const CeedInt strides_node, const CeedInt … in WriteElementStrided2d() argument 97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() [all …]
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-shared-basis-read-write-templates.h | 28 …d1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided1d() argument 36 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() 46 …d1d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in WriteElementStrided1d() argument 54 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() 68 …d2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided2d() argument 77 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() 87 …d2d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in WriteElementStrided2d() argument 96 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() 110 …d3d(const CeedInt NUM_COMP, const CeedInt P_1D, const CeedInt num_elem, const CeedInt strides_node, in ReadElementStrided3d() argument 120 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d() [all …]
|
| H A D | sycl-gen-templates.h | 50 …fsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided1d() argument 58 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided1d() 84 …fsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in writeDofsStrided1d() argument 92 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided1d() 122 …fsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided2d() argument 131 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided2d() 156 …fsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in writeDofsStrided2d() argument 165 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided2d() 195 …fsStrided3d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_node, const CeedInt … in readDofsStrided3d() argument 205 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided3d() [all …]
|