ruCCL 0.21.1

Ruda collective communication algorithms and orchestration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod global;
pub use global::*;

mod config;
pub use config::*;

mod api;
pub use api::*;

pub mod rank;
pub mod in_process;
pub mod tensor_device;

mod local;

#[cfg(test)]
mod tests;