Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
wconstab committed May 17, 2024
1 parent e014c20 commit 3f99204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/distributed/distributed_c10d.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def __repr__(self):
else:
return super().__repr__()

return f"P2POp({op_name} pg={group_name}, s={s}, d={d}, numel={self.tensor.numel()}, {self.tensor.dtype})"
return f"P2POp({op_name} pg={group_name}, s={s}, d={d}, {self.tensor.shape}, {self.tensor.dtype})"

class _CollOp:
"""
Expand Down

0 comments on commit 3f99204

Please sign in to comment.