Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Aug 1, 2023
1 parent 5fdbeb2 commit 5557248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/examples/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup_connections(comm, rank, world_size, element_size, proxy_service):

# Create sm channels
for i, conn in enumerate(connections):
sm_chan = mscclpp.SmDevice2DeviceSemaphore.create(comm, conn)
sm_chan = mscclpp.SmDevice2DeviceSemaphore(comm, conn)
sm_semaphores.append(sm_chan)
comm.setup()

Expand Down

0 comments on commit 5557248

Please sign in to comment.