Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c400 CeedCallBackend(CeedFree(&impl->h_orients_owned)); in CeedElemRestrictionDestroy_Cuda()
612 …CeedCallBackend(CeedSetHostBoolArray(orients, copy_mode, size, &impl->h_orients_owned, &impl->h_or… in CeedElemRestrictionCreate_Cuda()
620 CeedCallBackend(CeedMalloc(size, &impl->h_orients_owned)); in CeedElemRestrictionCreate_Cuda()
621 …CeedCallCuda(ceed, cudaMemcpy((bool *)impl->h_orients_owned, impl->d_orients, size * sizeof(bool),… in CeedElemRestrictionCreate_Cuda()
622 impl->h_orients = impl->h_orients_owned; in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref.h41 const bool *h_orients_owned; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c401 CeedCallBackend(CeedFree(&impl->h_orients_owned)); in CeedElemRestrictionDestroy_Hip()
613 …CeedCallBackend(CeedSetHostBoolArray(orients, copy_mode, size, &impl->h_orients_owned, &impl->h_or… in CeedElemRestrictionCreate_Hip()
621 CeedCallBackend(CeedMalloc(size, &impl->h_orients_owned)); in CeedElemRestrictionCreate_Hip()
622 …CeedCallHip(ceed, hipMemcpy((bool *)impl->h_orients_owned, impl->d_orients, size * sizeof(bool), h… in CeedElemRestrictionCreate_Hip()
623 impl->h_orients = impl->h_orients_owned; in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref.h46 const bool *h_orients_owned; member