yongwww commented on code in PR #17359:
URL: https://github.com/apache/tvm/pull/17359#discussion_r1752154138


##########
python/tvm/relax/frontend/nn/op.py:
##########
@@ -1719,6 +1719,28 @@ def ccl_allreduce(x: Tensor, op_type: str = "sum", 
in_group: bool = True, name="
     return wrap_nested(_op.ccl.allreduce(x._expr, op_type, in_group), name)
 
 
+def ccl_allgather(x: Tensor, num_workers: int, name="ccl_allgather"):
+    """CCL Allgather operator
+
+    Parameters
+    ----------
+    x : relax.Expr
+      The input tensor.
+
+    num_workers : int
+      Number of ranks.

Review Comment:
   maybe "of workers"?



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