Skip to content

Commit

Permalink
[GraphBolt][CUDA] Destroy dist group at the end of script. (#7736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin authored Aug 23, 2024
1 parent 9514e7b commit ea940f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/multigpu/graphbolt/node_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def run(rank, world_size, args, devices, dataset):

if rank == 0:
print(f"Test Accuracy {test_acc.item():.4f}")
dist.destroy_process_group()


def parse_args():
Expand Down

0 comments on commit ea940f7

Please sign in to comment.