MCPcopy Create free account
hub / github.com/ml-explore/mlx / send

Function send

mlx/distributed/distributed.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void send(Group group, const array& input, int dst, Stream stream) {
38 group.raw_group()->send(input, dst, stream);
39}
40
41void recv(Group group, array& out, int src, Stream stream) {
42 group.raw_group()->recv(out, src, stream);

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected