Skip to content

Commit

Permalink
minor example cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed May 14, 2024
1 parent 25add46 commit b45a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-pyg/cugraph_pyg/examples/gcn_dist_mg.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def run_train(
world_size = torch.cuda.device_count()
else:
world_size = args.n_devices
print("Let's use", world_size, "GPUs!")
print("Using", world_size, "GPUs...")

# Create the uid needed for cuGraph comms
cugraph_id = cugraph_comms_create_unique_id()
Expand Down

0 comments on commit b45a1a5

Please sign in to comment.