Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haohongxiang committed Jul 6, 2022
1 parent 3ffa94b commit a7bbf24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/paddle/distributed/collective.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,11 @@ def destroy_process_group(group=None):
if group is None:
_group_map.clear()
_group_map_by_name.clear()
_group_map_backend.clear()
else:
del _group_map[pg.id]
del _group_map_by_name[pg.name]
del _group_map_backend[pg]


def wait(tensor, group=None, use_calc_stream=True):
Expand Down

1 comment on commit a7bbf24

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on a7bbf24 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #43918 Commit ID: a7bbf24 contains failed CI.

🔹 Failed: PR-CI-ScienceTest

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Coverage

Unknown Failed
Unknown Failed

Please sign in to comment.