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

Investigate throttling number of active algorithms ("unrolling factor") #929

Open
msimberg opened this issue Jul 6, 2023 · 0 comments
Open

Comments

@msimberg
Copy link
Collaborator

msimberg commented Jul 6, 2023

Use some type of semaphore to limit the number of algorithms that can be scheduled concurrently instead of "unrolling" the full pipeline in one go. This may improve memory locality (with sequential tasks having higher likelihood of running immediately after each other).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant