Skip to content

Extensible Load Balancing #607

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

Open
willow-ahrens opened this issue Jun 18, 2024 · 0 comments · May be fixed by #731
Open

Extensible Load Balancing #607

willow-ahrens opened this issue Jun 18, 2024 · 0 comments · May be fixed by #731
Milestone

Comments

@willow-ahrens
Copy link
Collaborator

It would be great if we could support more configurable load balancing in Finch. Currently, we only statically partition.

  1. Add an interface to CPUDevice that selects between :dynamic and :static strategies to @threads. https://github.com/willow-ahrens/Finch.jl/blob/a7f5b899d49051167aebd7568a65c2840ea6db69/src/architecture.jl#L35 https://github.com/willow-ahrens/Finch.jl/blob/a7f5b899d49051167aebd7568a65c2840ea6db69/src/lower.jl#L317
  2. Generalize the parallelism model to configure chunk size and overpartition loop iterations. https://github.com/willow-ahrens/Finch.jl/blob/a7f5b899d49051167aebd7568a65c2840ea6db69/src/lower.jl#L292
@willow-ahrens willow-ahrens modified the milestones: v1.2, v1.3 Nov 28, 2024
@willow-ahrens willow-ahrens linked a pull request Apr 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant