-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use a proper all-reduce algorithm for ObjGroup
#2240
Comments
JacobDomagala
added a commit
that referenced
this issue
Mar 24, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 4, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 4, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 4, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 7, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 10, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 10, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 10, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 10, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 10, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 15, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 16, 2024
JacobDomagala
added a commit
that referenced
this issue
Apr 16, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
…nd fix compile issues realted to using Kokkos::View for allreduce
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
JacobDomagala
added a commit
that referenced
this issue
Oct 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Right now,
proxy.allreduce
is a reduce followed by a broadcast. We can make this more efficient by combining them into a singular allreduce algorithm.The text was updated successfully, but these errors were encountered: