Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-read-write-templates.h182 … const CeedInt strides_point, const CeedInt strides_comp, const CeedInt strides_elem, in ReadPoint() argument
184 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in ReadPoint()
202 …const CeedInt strides_point, const CeedInt strides_comp, const CeedInt strides_elem, const CeedSca… in WritePoint() argument
205 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in WritePoint()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-read-write-templates.h181 …ta, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, const CeedInt strides_point, in ReadPoint() argument
183 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in ReadPoint()
201 …const CeedInt strides_point, const CeedInt strides_comp, const CeedInt strides_elem, const CeedSca… in WritePoint() argument
204 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in WritePoint()