mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-03 19:34:33 +08:00
[GraphBolt][CUDA] Destroy dist group at the end of script. (#7736)
This commit is contained in:
committed by
GitHub
parent
9514e7b9cd
commit
ea940f72b5
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user