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
Some collective operations can benefit from switching protocols on the fly. An example is broadcast - S3 bandwidth will scale significantly linearly with the number of recipients, while a single sender would saturate its TCP bandwidth when sending multiple copies.
Introduce multi-channel support into collective operations.
Implement a simple heuristic-based selection of the channel.
Implement broadcast that switches channels depending on the number of clients and message size.
The text was updated successfully, but these errors were encountered:
Some collective operations can benefit from switching protocols on the fly. An example is broadcast - S3 bandwidth will scale significantly linearly with the number of recipients, while a single sender would saturate its TCP bandwidth when sending multiple copies.
The text was updated successfully, but these errors were encountered: