Home
last modified time | relevance | path

Searched refs:strides_node (Results 1 – 4 of 4) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-read-write-templates.h28 …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 Dhip-shared-basis-read-write-templates.h28 …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 Dsycl-shared-basis-read-write-templates.h28 …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 Dsycl-gen-templates.h50 …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 …]