Home
last modified time | relevance | path

Searched refs:h_offsets (Results 1 – 6 of 6) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp212 *offsets = impl->h_offsets; in CeedElemRestrictionGetOffsets_Sycl()
406 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl()
412 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl()
417 impl->h_offsets = impl->h_offsets_borrowed; in CeedElemRestrictionCreate_Sycl()
425 …sycl::event copy_event = data->sycl_queue.copy<CeedInt>(impl->h_offsets, impl->d_offsets_owned, si… in CeedElemRestrictionCreate_Sycl()
464 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Sycl()
H A Dceed-sycl-ref.hpp35 CeedInt *h_offsets; member
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c327 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->h_offsets_at_points : impl->h_offsets; in CeedElemRestrictionGetOffsets_Cuda()
592 …ay(offsets, copy_mode, size, &impl->h_offsets_owned, &impl->h_offsets_borrowed, &impl->h_offsets)); in CeedElemRestrictionCreate_Cuda()
594 …CeedCallCuda(ceed, cudaMemcpy((CeedInt *)impl->d_offsets_owned, impl->h_offsets, size * sizeof(Cee… in CeedElemRestrictionCreate_Cuda()
603 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Cuda()
H A Dceed-cuda-ref.h30 const CeedInt *h_offsets; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c328 *offsets = rstr_type == CEED_RESTRICTION_POINTS ? impl->h_offsets_at_points : impl->h_offsets; in CeedElemRestrictionGetOffsets_Hip()
593 …ay(offsets, copy_mode, size, &impl->h_offsets_owned, &impl->h_offsets_borrowed, &impl->h_offsets)); in CeedElemRestrictionCreate_Hip()
595 …CeedCallHip(ceed, hipMemcpy((CeedInt **)impl->d_offsets_owned, impl->h_offsets, size * sizeof(Ceed… in CeedElemRestrictionCreate_Hip()
604 impl->h_offsets = impl->h_offsets_owned; in CeedElemRestrictionCreate_Hip()
H A Dceed-hip-ref.h35 const CeedInt *h_offsets; member