Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Jan 25, 2025
1 parent ae8a51e commit 40b0dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/examples/allgather_allpairs_multinodes_packets.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
def allgather_multinodes_allpair(gpus, gpus_per_node, instances):
"""
Implements a multi-node allgather collective using an allpairs algorithm with MSCCL++ DSL.
@param gpus: Total number of GPUs
@param gpus_per_node: Number of GPUs per node
Steps:
1. Each rank sends a chunk to all other ranks' scratch buffers using packet format.
2. Copy the chunk from the scratch buffer to the output buffer using packet format.
Expand Down

0 comments on commit 40b0dec

Please sign in to comment.