MLX
 
Loading...
Searching...
No Matches
mpi.h
Go to the documentation of this file.
1// Copyright © 2024 Apple Inc.
2
4
6
8
10std::shared_ptr<GroupImpl> init(bool strict = false);
11
12} // namespace mlx::core::distributed::mpi
Abstract base class of a distributed group implementation.
Definition distributed_impl.h:12
Definition mpi.h:5
std::shared_ptr< GroupImpl > init(bool strict=false)
mlx::core::distributed::detail::GroupImpl GroupImpl
Definition mpi.h:7