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

Method send

mlx/distributed/ring/ring.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 template <typename T>
144 std::future<void> send(const T* buffer, size_t size) {
145 return send_impl(reinterpret_cast<const char*>(buffer), size * sizeof(T));
146 }
147
148 template <typename T>
149 std::future<void> recv(T* buffer, size_t size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected