Function numa_gpu::runtime::cuda_wrapper::prefetch_async
source · [−]pub fn prefetch_async<T: DeviceCopy>(
mem: UnifiedPointer<T>,
len: usize,
destination_device: CUdevice,
stream: &Stream
) -> Result<()>
Expand description
Prefetch memory to the device specified in the current context.