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

Method send

mlx/distributed/ring/ring.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285 template <typename T>
286 std::future<void> send(int socket, T* buffer, size_t size) {
287 return threads_.at(socket).send<T>(buffer, size);
288 }
289
290 template <typename T>
291 std::future<void> recv(int socket, T* buffer, size_t size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected