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

Method split

mlx/distributed/ring/ring.cpp:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 std::shared_ptr<GroupImpl> split(int color, int key = -1) override {
493 throw std::runtime_error("[ring] Group split not supported.");
494 }
495
496 void all_gather(const array& input, array& output, Stream stream) override {
497 auto& encoder = cpu::get_command_encoder(stream);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected