ruCCL 0.21.1

Ruda collective communication algorithms and orchestration.
Documentation
1
2
3
4
5
6
7
mod centralized;
mod op;
mod tree;

pub(crate) use centralized::*;
pub(crate) use op::*;
pub(crate) use tree::*;