-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Performance] AllReduce performance debugging #90
Comments
|
@saeedmaleki For LL AllReduce, it seems we cannot avoid |
I have a trick! We can use two different buffers and set of packets and alternating between them from one kernel to another. This way we are guaranteed not to overwrite the data. |
This is now implemented in #85. Big latency gain :) |
All issues tackled in #85. |
This issue is suggested by @saeedmaleki for qualifying #83. Desired enhancements:
The text was updated successfully, but these errors were encountered: