Add empty sum_scatter

This commit is contained in:
Angelos Katharopoulos
2025-11-20 12:15:27 -08:00
parent 45727b0c02
commit b9b78b1059

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