Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.h59 const CeedInt *h_points_per_elem_owned; member
H A Dceed-cuda-ref-restriction.c406 CeedCallBackend(CeedFree(&impl->h_points_per_elem_owned)); in CeedElemRestrictionDestroy_Cuda()
580 …eedSetHostCeedIntArray(points_per_elem, CEED_OWN_POINTER, num_elem, &impl->h_points_per_elem_owned, in CeedElemRestrictionCreate_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.h64 const CeedInt *h_points_per_elem_owned; member
H A Dceed-hip-ref-restriction.c407 CeedCallBackend(CeedFree(&impl->h_points_per_elem_owned)); in CeedElemRestrictionDestroy_Hip()
581 …eedSetHostCeedIntArray(points_per_elem, CEED_OWN_POINTER, num_elem, &impl->h_points_per_elem_owned, in CeedElemRestrictionCreate_Hip()