Home
last modified time | relevance | path

Searched refs:h_copy_array (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-vector.c226 …Cuda(CeedScalar *h_array, CeedSize start, CeedSize stop, CeedSize step, CeedScalar *h_copy_array) { in CeedHostCopyStrided_Cuda() argument
227 for (CeedSize i = start; i < stop; i += step) h_copy_array[i] = h_array[i]; in CeedHostCopyStrided_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-vector.c279 …_Hip(CeedScalar *h_array, CeedSize start, CeedSize stop, CeedSize step, CeedScalar *h_copy_array) { in CeedHostCopyStrided_Hip() argument
280 for (CeedSize i = start; i < stop; i += step) h_copy_array[i] = h_array[i]; in CeedHostCopyStrided_Hip()