mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-30 02:54:13 +08:00
fixed typo
This commit is contained in:
parent
062aa80b84
commit
2e255c8eb4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user