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

Sch: Use W1T1 if profitable #561

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

jpsamaroo
Copy link
Member

Dagger's scheduler has previously avoided scheduling work on Worker 1, Thread 1, as the scheduler itself runs on that thread, and we don't want non-yielding tasks to block scheduling from occurring. This PR investigates how loosening this restriction (only when deemed profitable) would work out. We may need some additional metrics to make this more reliable, but it should at least still be semantically correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant