You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated in broadcast_str to use correct tensor size
Summary:
Tensor size from source rank was [] before the fix while on other ranks tensor size was [1]. Broadcasting from [] to [1] is an illegal usage.
The bug heppened to not cause any failures.
Reviewed By: diego-urgell, JKSenthil, fduwjj
Differential Revision: D77901586
fbshipit-source-id: 2be33d7a2fcd1113995fcff499b6e90b06c0abb3
0 commit comments