We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0747a9d commit 1105c37Copy full SHA for 1105c37
1 file changed
python/paddle/distributed/communication/group.py
@@ -142,9 +142,6 @@ def _is_global_group(group):
142
def _warn_cur_rank_not_in_group(group):
143
global_rank = dist.get_rank()
144
if group and not group.is_member():
145
- warnings.warn(
146
- f"Current global rank {global_rank} is not in group {group.name}"
147
- )
148
return True
149
return False
150
0 commit comments