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

Method split

mlx/distributed/distributed.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 std::shared_ptr<GroupImpl> split(int color, int key = -1) override {
68 throw std::runtime_error("Cannot split the distributed group further.");
69 }
70
71 void all_sum(const array&, array&, Stream) override {
72 throw std::runtime_error(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected