Searched refs:cupmMemcpyHostToHost (Results 1 – 5 of 5) sorted by relevance
67 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_CLASS_TYPENAME(cupmMemcpyKind_t, cupmMemcpyHostToHost);
70 PetscCall(PetscCUPMMemcpyAsync(dest, src, n, cupmMemcpyHostToHost, stream->get_stream(), true)); in uninitialized_copy()
182 static const auto cupmMemcpyHostToHost = cudaMemcpyHostToHost; member325 static const auto cupmMemcpyHostToHost = hipMemcpyHostToHost; member470 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmMemcpyHostToHost; \614 return cupmMemcpyHostToHost; in PetscDeviceCopyModeToCUPMMemcpyKind()686 if (kind == cupmMemcpyHostToHost) { in PetscCUPMMemcpyAsync()
1437 mode = PetscOffloadDevice(xmask) ? cupmMemcpyDeviceToDevice : cupmMemcpyHostToHost; in CopyAsync()1451 mode = PetscOffloadHost(xmask) ? cupmMemcpyHostToHost : cupmMemcpyDeviceToHost; in CopyAsync()1475 case cupmMemcpyHostToHost: { // worst case in CopyAsync()
586 {cupmMemcpyHostToHost, cupmMemcpyHostToDevice }, in LinkMemcpy()