Skip to main content

cuMemcpyPeer

Function cuMemcpyPeer 

pub unsafe fn cuMemcpyPeer(
    dstDevice: u64,
    dstContext: *mut CUctx_st,
    srcDevice: u64,
    srcContext: *mut CUctx_st,
    ByteCount: usize,
) -> cudaError_enum