Skip to main content
Log in

Mojo package

comm

The gpu.comm package provides communication primitives for GPUs.

This package includes functions for sending and receiving data between GPUs, as well as for synchronizing threads across GPUs.

Modules

  • allgather: Multi-GPU allgather implementation that gathers values from multiple GPUs into an output buffer.
  • allreduce: Multi-GPU allreduce implementation for efficient tensor reduction across GPUs.