Searched refs:h_orients_owned (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 400 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 D | ceed-cuda-ref.h | 41 const bool *h_orients_owned; member
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 401 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 D | ceed-hip-ref.h | 46 const bool *h_orients_owned; member
|