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
communicator bugfix: disjoint function does not have the correct max_local_peers value
local_peers is passed in the non-blocking function iallreduce_fn as a stack variable.
Change it to be part of the context struct so the correct value is passed.
Signed-off-by: Jessie Yang <[email protected]>
0 commit comments