9 #include <cudf/detail/utilities/cuda_memcpy.hpp>
47 return cudf::detail::memcpy_async(dst, src, count, stream);
RAPIDS Multi-Processor interfaces.
cudaError_t cuda_memcpy_async(void *dst, void const *src, std::size_t count, rmm::cuda_stream_view stream)
Asynchronously copies memory between host and/or device buffers.