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

Debug/Improve multi-gpu scheduling #118

Open
wlruys opened this issue Jun 23, 2023 · 1 comment
Open

Debug/Improve multi-gpu scheduling #118

wlruys opened this issue Jun 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request performance

Comments

@wlruys
Copy link
Contributor

wlruys commented Jun 23, 2023

No description provided.

@wlruys wlruys self-assigned this Jun 23, 2023
@wlruys wlruys added this to the Feature Freeze For PPoPP milestone Jun 23, 2023
@wlruys wlruys added bug Something isn't working enhancement New feature or request performance labels Jun 23, 2023
@ShreyaTalati
Copy link
Collaborator

ShreyaTalati commented Nov 16, 2023

Good keywords/papers to look at:

  • job cluster scheduling
  • multi-resource scheduling
  • priority inversion scheduling
  • bin packing scheduling
  • gang scheduling

kubernetes scheduling problem similar

Job Scheduling Terminology:

  • [[Gang Scheduling]]
  • [[Timesharing]]
  • [[BackFilling]]
  • [[Bin Packing]]
  • [[Resource Fragmentation]]
  • [[Adapted FCFS]]
  • [[Premptive FCFS]]

@ShreyaTalati ShreyaTalati self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request performance
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants