nexar 0.1.2

Distributed runtime with QUIC transport, stream-multiplexed messaging, and built-in collectives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod collective {
    pub mod helpers;

    mod allreduce;
    mod barrier;
    mod broadcast;
    mod compressed;
    mod exchange;
    mod iov;
    mod nonblocking;
    mod reduce;
    mod rpc;
    mod rs_ag_allreduce;
    mod scan;
    mod split;
    mod tagged;
}