MLX
Loading...
Searching...
No Matches
ops.h
Go to the documentation of this file.
1// Copyright © 2024 Apple Inc.
2
3#pragma once
4
5#include <optional>
6
8
10
11array all_sum(const array& x, std::optional<Group> group = std::nullopt);
12array all_gather(const array& x, std::optional<Group> group = std::nullopt);
13
14} // namespace mlx::core::distributed
Definition array.h:20
Definition distributed.h:9
array all_gather(const array &x, std::optional< Group > group=std::nullopt)
array all_sum(const array &x, std::optional< Group > group=std::nullopt)