ncclSend

Function ncclSend 

Source
pub unsafe extern "C" fn ncclSend(
    sendbuf: *const c_void,
    count: usize,
    datatype: NcclDataType,
    peer: i32,
    comm: NcclComm,
    stream: u64,
) -> NcclResult