Re-exports§
pub use nccl_stubs as nccl;
Modules§
- cuda
- A companion to the
torch-syscrate that provides bindings for CUDA-specific functionality from libtorch. This crate is separated out to make it easier for clients who want to avoid compiling CUDA code. - nccl_
common - Types shared between the real NCCL bindings (
nccl) and the CPU-only stubs (nccl_stubs). - nccl_
stubs - Stub types for NCCL when the
cudafeature is disabled.