junrushao opened a new pull request, #15653: URL: https://github.com/apache/tvm/pull/15653
This PR adds two internal APIs: ```C++ // Scatter `n - 1` buffers to each worker from worker 0, where `n` is the total number of workers void ScatterFromWorker0(Array<NDArray> buffers); // Recv a buffer from worker 0 void RecvFromWorker0(NDArray buffer); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
