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
Hello guys:
Because there is no dependence on computation and communication, I think multi-stream pipeline parallelism can hide communication time to improve performance.
I didn't find how to configure the multi-stream feature in the code. Can anyone help? Thank you so much~ ftNcclRecv(sequence_lengths_ + id_offset, local_batch_size * beam_width, pipeline_para_.world_size_ - 1, pipeline_para_, stream_);
The text was updated successfully, but these errors were encountered:
Hello guys:
Because there is no dependence on computation and communication, I think multi-stream pipeline parallelism can hide communication time to improve performance.
I didn't find how to configure the multi-stream feature in the code. Can anyone help? Thank you so much~
ftNcclRecv(sequence_lengths_ + id_offset, local_batch_size * beam_width, pipeline_para_.world_size_ - 1, pipeline_para_, stream_);
The text was updated successfully, but these errors were encountered: