mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fixed typo
This commit is contained in:
@@ -285,7 +285,7 @@ class NCCLGroup : public GroupImpl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void send(const array& input, int dst, Stream stream) override {
|
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 {
|
void recv(array& output, int src, Stream stream) override {
|
||||||
|
|||||||
Reference in New Issue
Block a user