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

Method size

mlx/distributed/distributed.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 int size() override {
64 return 1;
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.");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected