Home
last modified time | relevance | path

Searched refs:points_in_elem (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-read-write-templates.h181 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument
186 if (p < points_in_elem) { in ReadPoint()
201 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument
204 if (p < points_in_elem) { in WritePoint()
H A Dcuda-gen-templates.h28 …ReadPoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument
41 …ritePoint(SharedData_Cuda &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument
43 if (p < points_in_elem) { in WritePoint()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-read-write-templates.h181 …edData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, const CeedInt… in ReadPoint() argument
185 if (p < points_in_elem) { in ReadPoint()
200 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument
203 if (p < points_in_elem) { in WritePoint()
H A Dhip-gen-templates.h28 … ReadPoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in ReadPoint() argument
41 …WritePoint(SharedData_Hip &data, const CeedInt elem, const CeedInt p, const CeedInt points_in_elem, in WritePoint() argument
43 if (p < points_in_elem) { in WritePoint()
/libCEED/interface/
H A Dceed-operator.c1871 CeedInt points_in_elem = 0; in CeedOperatorGetFlopsEstimate() local
1873 CeedCall(CeedElemRestrictionGetNumPointsInElement(rstr_points, i, &points_in_elem)); in CeedOperatorGetFlopsEstimate()
1874 num_points += points_in_elem; in CeedOperatorGetFlopsEstimate()