Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 441 Bytes

File metadata and controls

23 lines (18 loc) · 441 Bytes
.. currentmodule:: mlx.core.distributed

Distributed Communication

MLX provides a distributed communication package using MPI. The MPI library is loaded at runtime; if MPI is available then distributed communication is also made available.

.. autosummary::
   :toctree: _autosummary

    Group
    is_available
    init
    all_sum
    all_gather
    all_to_all
    send
    recv
    recv_like