Function rcudnn::cudaMemcpyPeerAsync
source · pub unsafe extern "C" fn cudaMemcpyPeerAsync(
dst: *mut c_void,
dstDevice: i32,
src: *const c_void,
srcDevice: i32,
count: usize,
stream: *mut CUstream_st
) -> cudaError