Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c402 CeedCallBackend(CeedFree(&impl->h_curl_orients_owned)); in CeedElemRestrictionDestroy_Cuda()
628 …eedSetHostCeedInt8Array(curl_orients, copy_mode, 3 * size, &impl->h_curl_orients_owned, &impl->h_c… in CeedElemRestrictionCreate_Cuda()
638 CeedCallBackend(CeedMalloc(3 * size, &impl->h_curl_orients_owned)); in CeedElemRestrictionCreate_Cuda()
640 …cudaMemcpy((CeedInt8 *)impl->h_curl_orients_owned, impl->d_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.h47 const CeedInt8 *h_curl_orients_owned; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c403 CeedCallBackend(CeedFree(&impl->h_curl_orients_owned)); in CeedElemRestrictionDestroy_Hip()
629 …eedSetHostCeedInt8Array(curl_orients, copy_mode, 3 * size, &impl->h_curl_orients_owned, &impl->h_c… in CeedElemRestrictionCreate_Hip()
639 CeedCallBackend(CeedMalloc(3 * size, &impl->h_curl_orients_owned)); in CeedElemRestrictionCreate_Hip()
641 …hipMemcpy((CeedInt8 *)impl->h_curl_orients_owned, impl->d_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.h52 const CeedInt8 *h_curl_orients_owned; member