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
We got some weird deadlock when trying to run a simple 3d conv with blocks, most likely from the halo exchange:
all_inspector.cc:107] One or more tensors were submitted to be reduced, gathered or broadcasted by subset of ranks and are waiting for remainder of ranks for more than 60 seconds. This may indicate that different ranks are trying to submit different tensors or that only subset of ranks is submitting tensors, which will cause deadlock.
Missing ranks:
1: [shift/HorovodAllgather_shift_ExpandDims_0]
3: [shift_1/HorovodAllgather_shift_1_ExpandDims_0]
@b-remy can you document here exactly how this happened? We'll need to sort it out....
The text was updated successfully, but these errors were encountered:
We got some weird deadlock when trying to run a simple 3d conv with blocks, most likely from the halo exchange:
@b-remy can you document here exactly how this happened? We'll need to sort it out....
The text was updated successfully, but these errors were encountered: