Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c345 *orients = impl->h_orients; in CeedElemRestrictionGetOrientations_Cuda()
612 …ay(orients, copy_mode, size, &impl->h_orients_owned, &impl->h_orients_borrowed, &impl->h_orients)); in CeedElemRestrictionCreate_Cuda()
614 …CeedCallCuda(ceed, cudaMemcpy((bool *)impl->d_orients_owned, impl->h_orients, size * sizeof(bool),… in CeedElemRestrictionCreate_Cuda()
622 impl->h_orients = impl->h_orients_owned; in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref.h39 const bool *h_orients; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c346 *orients = impl->h_orients; in CeedElemRestrictionGetOrientations_Hip()
613 …ay(orients, copy_mode, size, &impl->h_orients_owned, &impl->h_orients_borrowed, &impl->h_orients)); in CeedElemRestrictionCreate_Hip()
615 …CeedCallHip(ceed, hipMemcpy((bool *)impl->d_orients_owned, impl->h_orients, size * sizeof(bool), h… in CeedElemRestrictionCreate_Hip()
623 impl->h_orients = impl->h_orients_owned; in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref.h44 const bool *h_orients; member