ruCCL 0.21.1

Ruda collective communication algorithms and orchestration.
Documentation
1
2
3
4
5
6
7
8
9
mod buffer;
pub mod collective;
pub mod device;
pub mod error;
mod owner;

pub use buffer::{DistributedBuffer, RootedBuffer, VariableDistributedBuffer};
pub use collective::PointToPointTransfer;
pub use owner::Communicator;