MCPcopy Create free account
hub / github.com/ml-explore/mlx / all_min

Method all_min

mlx/distributed/distributed.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void all_min(const array&, array&, Stream) override {
94 throw std::runtime_error(
95 "Communication not implemented in an empty distributed group.");
96 }
97 void sum_scatter(const array&, array&, Stream) override {
98 throw std::runtime_error(
99 "Communication not implemented in an empty distributed group.");

Callers 1

all_minFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected