tqchen commented on code in PR #15633:
URL: https://github.com/apache/tvm/pull/15633#discussion_r1307738990


##########
src/relax/op/ccl/ccl.h:
##########
@@ -35,6 +35,9 @@ namespace relax {
 /*! \brief AllReduce. */
 Expr allreduce(Expr data, String op_type);
 
+/*! \brief Broadcast data from worker-0 to all other workers. */
+Expr broadcast_from_zero(Expr data);

Review Comment:
   agree about broadcast_from_worker0



-- 
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]

Reply via email to