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
I was wondering if the all reduce algo factor to obtain bus bandwidth (2*(n-1)/n) is still accurate when in network reductions like SHARP or NVLink SHARP is done. With in network reductions, there is only N+1 sends, N+1 receive instead of 2N sends, 2N receive If 2*(n-1)/n is not accurate, what would the proper correction factor be for in network reductions?
The text was updated successfully, but these errors were encountered:
Hi nccl team,
I was wondering if the all reduce algo factor to obtain bus bandwidth (
2*(n-1)/n
) is still accurate when in network reductions like SHARP or NVLink SHARP is done. With in network reductions, there is onlyN+1 sends, N+1 receive
instead of2N sends, 2N receive
If2*(n-1)/n
is not accurate, what would the proper correction factor be for in network reductions?The text was updated successfully, but these errors were encountered: