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

Extensible Load Balancing #607

Open
willow-ahrens opened this issue Jun 18, 2024 · 0 comments
Open

Extensible Load Balancing #607

willow-ahrens opened this issue Jun 18, 2024 · 0 comments

Comments

@willow-ahrens
Copy link
Owner

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.
    struct CPU <: AbstractDevice
    Threads.@threads for $i = 1:$(ctx(device.n))
  2. Generalize the parallelism model to configure chunk size and overpartition loop iterations.
    sieve(access(VirtualSplitMask(device.n), reader, root.idx, tid),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant