Searched refs:h_offsets_owned (Results 1 – 6 of 6) sorted by relevance
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 236 CeedCallBackend(CeedFree(&impl->h_offsets_owned)); in CeedElemRestrictionDestroy_Sycl() 403 CeedCallBackend(CeedMalloc(elem_size * num_elem, &impl->h_offsets_owned)); in CeedElemRestrictionCreate_Sycl() 404 memcpy(impl->h_offsets_owned, offsets, elem_size * num_elem * sizeof(CeedInt)); in CeedElemRestrictionCreate_Sycl() 406 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl() 410 impl->h_offsets_owned = (CeedInt *)offsets; in CeedElemRestrictionCreate_Sycl() 412 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl() 415 impl->h_offsets_owned = NULL; in CeedElemRestrictionCreate_Sycl() 457 CeedCallBackend(CeedMalloc(elem_size * num_elem, &impl->h_offsets_owned)); in CeedElemRestrictionCreate_Sycl() 461 …t copy_event = data->sycl_queue.copy<CeedInt>(impl->d_offsets, impl->h_offsets_owned, elem_size * … in CeedElemRestrictionCreate_Sycl() 464 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl()
|
| H A D | ceed-sycl-ref.hpp | 37 CeedInt *h_offsets_owned; member
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 395 CeedCallBackend(CeedFree(&impl->h_offsets_owned)); in CeedElemRestrictionDestroy_Cuda() 592 …CeedCallBackend(CeedSetHostCeedIntArray(offsets, copy_mode, size, &impl->h_offsets_owned, &impl->h… in CeedElemRestrictionCreate_Cuda() 601 CeedCallBackend(CeedMalloc(size, &impl->h_offsets_owned)); in CeedElemRestrictionCreate_Cuda() 602 …CeedCallCuda(ceed, cudaMemcpy((CeedInt *)impl->h_offsets_owned, impl->d_offsets, size * sizeof(Cee… in CeedElemRestrictionCreate_Cuda() 603 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Cuda()
|
| H A D | ceed-cuda-ref.h | 32 const CeedInt *h_offsets_owned; member
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 396 CeedCallBackend(CeedFree(&impl->h_offsets_owned)); in CeedElemRestrictionDestroy_Hip() 593 …CeedCallBackend(CeedSetHostCeedIntArray(offsets, copy_mode, size, &impl->h_offsets_owned, &impl->h… in CeedElemRestrictionCreate_Hip() 602 CeedCallBackend(CeedMalloc(size, &impl->h_offsets_owned)); in CeedElemRestrictionCreate_Hip() 603 …CeedCallHip(ceed, hipMemcpy((CeedInt **)impl->h_offsets_owned, impl->d_offsets, size * sizeof(Ceed… in CeedElemRestrictionCreate_Hip() 604 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Hip()
|
| H A D | ceed-hip-ref.h | 37 const CeedInt *h_offsets_owned; member
|