IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Mojo package

vendor

Vendor CCL bindings for multi-GPU collective operations.

Provides Mojo wrappers around NCCL (NVIDIA) and RCCL (AMD) collective communication libraries. The library is loaded at runtime from standard system paths; the is_allreduce_available(), is_allgather_available(), and is_broadcast_available() probes can be used to check availability before calling into a collective.

Modules

  • ccl: Provides Mojo FFI bindings for NCCL (NVIDIA) and RCCL (AMD) collective operations.

Was this page helpful?