Skip to content
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

Lack of CPU allreduce implementation hurts CPU algorithm scaling. #72

Open
RAMitchell opened this issue Nov 7, 2023 · 0 comments
Open
Labels
feature request New feature or request

Comments

@RAMitchell
Copy link
Contributor

The current allreduce implementation for the CPU algorithm uses AllGather as a hack, but this is inefficient.

We need an efficient allreduce implementation in legate, or a way to hack something more efficient together in legateboost.

cpu_scaling_allreduce

@RAMitchell RAMitchell added the feature request New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant