Skip to main content

Module nccl_types

Module nccl_types 

Source
Expand description

GPU-independent types for NCCL-based communication.

These types are used in the message protocol between tensor workers and must be available even in CPU-only builds where nccl-sys is not compiled.

Structs§

NcclUniqueId
Wire-compatible representation of ncclUniqueId.
UniqueId
Binding for ncclUniqueId.

Enums§

ReduceOp
Rust version of ncclRedOp_t.