Function numa_gpu::runtime::cuda_wrapper::async_copy
source · [−]Expand description
Copy a slice using CUDA’s memcpyAsync function.
CUDA infers the type of copy from the underlying pointers. E.g., host-to-host, host-to-device, and so on.