Loading...
Searching...
No Matches
Go to the source code of this file.
|
void | mlx::core::distributed::detail::all_sum (Group group, const array &input, array &output, Stream stream) |
|
void | mlx::core::distributed::detail::all_gather (Group group, const array &input, array &output, Stream stream) |
|
void | mlx::core::distributed::detail::send (Group group, const array &input, int dst, Stream stream) |
| Send an array to the dst rank.
|
|
void | mlx::core::distributed::detail::recv (Group group, array &out, int src, Stream stream) |
| Recv an array from the src rank.
|
|