mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add empty sum_scatter
This commit is contained in:
@@ -925,6 +925,10 @@ class IBVGroup : public GroupImpl {
|
||||
});
|
||||
}
|
||||
|
||||
void sum_scatter(const array& input, array& output, Stream stream) override {
|
||||
throw std::runtime_error("[ring] sum_scatter not supported.");
|
||||
}
|
||||
|
||||
std::shared_ptr<GroupImpl> split(int color, int key = -1) override {
|
||||
throw std::runtime_error("[ibv] Group split not supported.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user