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
This was the root cause of MPI desync - the barrier function was using
sum() on MatrixMPI but there was no MPI-aware implementation, causing
each rank to get different values.
0 commit comments