[GraphBolt][CUDA] Destroy dist group at the end of script. (#7736)

This commit is contained in:
Muhammed Fatih BALIN
2024-08-23 15:43:12 -04:00
committed by GitHub
parent 9514e7b9cd
commit ea940f72b5

View File

@@ -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():