Skip to main content

memcpy_d2d

Function memcpy_d2d 

Source
pub fn memcpy_d2d(
    dst: DevicePtr,
    src: DevicePtr,
    bytes: usize,
) -> CudaRtResult<()>
Expand description

Copy between device allocations.