Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-restriction.c209 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_points_per_elem, &impl->d_t_o… in CeedElemRestrictionApply_Cuda_Core()
220 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Cuda_Core()
232 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_orients, … in CeedElemRestrictionApply_Cuda_Core()
242 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Cuda_Core()
255 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_curl_orie… in CeedElemRestrictionApply_Cuda_Core()
265 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_curl_orie… in CeedElemRestrictionApply_Cuda_Core()
275 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Cuda_Core()
398 CeedCallCuda(ceed, cudaFree((CeedInt *)impl->d_t_indices)); in CeedElemRestrictionDestroy_Cuda()
483 CeedCallCuda(ceed, cudaMalloc((void **)&impl->d_t_indices, size_indices * sizeof(CeedInt))); in CeedElemRestrictionOffset_Cuda()
484 …CeedCallCuda(ceed, cudaMemcpy((CeedInt *)impl->d_t_indices, t_indices, size_indices * sizeof(CeedI… in CeedElemRestrictionOffset_Cuda()
H A Dceed-cuda-ref.h37 const CeedInt *d_t_indices; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-restriction.c210 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_points_per_elem, &impl->d_t_o… in CeedElemRestrictionApply_Hip_Core()
221 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Hip_Core()
233 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_orients, … in CeedElemRestrictionApply_Hip_Core()
243 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Hip_Core()
256 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_curl_orie… in CeedElemRestrictionApply_Hip_Core()
266 …void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &impl->d_curl_orie… in CeedElemRestrictionApply_Hip_Core()
276 … void *args[] = {&impl->d_l_vec_indices, &impl->d_t_indices, &impl->d_t_offsets, &d_u, &d_v}; in CeedElemRestrictionApply_Hip_Core()
399 CeedCallHip(ceed, hipFree((CeedInt *)impl->d_t_indices)); in CeedElemRestrictionDestroy_Hip()
484 CeedCallHip(ceed, hipMalloc((void **)&impl->d_t_indices, size_indices * sizeof(CeedInt))); in CeedElemRestrictionOffset_Hip()
485 …CeedCallHip(ceed, hipMemcpy((CeedInt *)impl->d_t_indices, t_indices, size_indices * sizeof(CeedInt… in CeedElemRestrictionOffset_Hip()
H A Dceed-hip-ref.h42 const CeedInt *d_t_indices; member
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp119 const CeedInt *t_indices = impl->d_t_indices; in CeedElemRestrictionOffsetTranspose_Sycl()
239 CeedCallSycl(ceed, sycl::free(impl->d_t_indices, data->sycl_context)); in CeedElemRestrictionDestroy_Sycl()
320 …CeedCallSycl(ceed, impl->d_t_indices = sycl::malloc_device<CeedInt>(size_indices, data->sycl_devic… in CeedElemRestrictionOffset_Sycl()
321 …sycl::event copy_indices = data->sycl_queue.copy<CeedInt>(t_indices, impl->d_t_indices, size_indic… in CeedElemRestrictionOffset_Sycl()
H A Dceed-sycl-ref.hpp42 CeedInt *d_t_indices; member