Add empty sum_scatter

This commit is contained in:
Angelos Katharopoulos
2025-11-20 12:15:27 -08:00
parent 82097a8f85
commit 643a9a6ba6

View File

@@ -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.");
}