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.