mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
WIP (distributed)
This commit is contained in:
@@ -55,7 +55,8 @@ class EmptyGroup : public GroupImpl {
|
||||
return 1;
|
||||
}
|
||||
|
||||
std::shared_ptr<GroupImpl> split(int color, int key = -1) override {
|
||||
std::shared_ptr<GroupImpl> split(int /* color */, int /* key */ = -1)
|
||||
override {
|
||||
throw std::runtime_error("Cannot split the distributed group further.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user