fixed typo

This commit is contained in:
Anastasiia Filippova 2025-08-07 14:02:38 +02:00
parent 062aa80b84
commit 2e255c8eb4

View File

@ -285,7 +285,7 @@ class NCCLGroup : public GroupImpl {
}
void send(const array& input, int dst, Stream stream) override {
trhow std::runtime_error("[nccl] Send not supported in NCCL backend.");
throw std::runtime_error("[nccl] Send not supported in NCCL backend.");
}
void recv(array& output, int src, Stream stream) override {