Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c363 *curl_orients = impl->h_curl_orients; in CeedElemRestrictionGetCurlOrientations_Cuda()
629 &impl->h_curl_orients)); in CeedElemRestrictionCreate_Cuda()
632 …cudaMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt… in CeedElemRestrictionCreate_Cuda()
641 impl->h_curl_orients = impl->h_curl_orients_owned; in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref.h45 const CeedInt8 *h_curl_orients; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c364 *curl_orients = impl->h_curl_orients; in CeedElemRestrictionGetCurlOrientations_Hip()
630 &impl->h_curl_orients)); in CeedElemRestrictionCreate_Hip()
633 …hipMemcpy((CeedInt8 *)impl->d_curl_orients_owned, impl->h_curl_orients, 3 * size * sizeof(CeedInt8… in CeedElemRestrictionCreate_Hip()
642 impl->h_curl_orients = impl->h_curl_orients_owned; in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref.h50 const CeedInt8 *h_curl_orients; member