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

Add AcceleratorType:None resources for nodes without GPUs #18523

Open
ericl opened this issue Sep 12, 2021 · 2 comments
Open

Add AcceleratorType:None resources for nodes without GPUs #18523

ericl opened this issue Sep 12, 2021 · 2 comments
Labels
core Issues that should be addressed in Ray Core core-scheduler enhancement Request for new feature and/or capability P1 Issue that should be fixed within a few weeks size:small usability
Milestone

Comments

@ericl
Copy link
Contributor

ericl commented Sep 12, 2021

(1) The current accelerator auto-detection should add "None" if no GPU is detected. This allows tasks to force placement on CPU-only nodes if needed.
(2) We should document this as a way to resolve the issue of CPU tasks being scheduled onto GPU nodes (along with the workaround of setting num_cpus=0 on those nodes).

More generally, we should consider adding anti-affinity support to the scheduler.

@ericl ericl added bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks usability size:small labels Sep 12, 2021
@ericl ericl added this to the Core Backlog milestone Sep 12, 2021
@ericl ericl added enhancement Request for new feature and/or capability and removed bug Something that is supposed to be working; but isn't labels Sep 12, 2021
@scv119
Copy link
Contributor

scv119 commented Apr 20, 2022

@ericl is this still relevant?

@ericl
Copy link
Contributor Author

ericl commented Apr 20, 2022 via email

@rkooo567 rkooo567 added the core Issues that should be addressed in Ray Core label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues that should be addressed in Ray Core core-scheduler enhancement Request for new feature and/or capability P1 Issue that should be fixed within a few weeks size:small usability
Projects
None yet
Development

No branches or pull requests

4 participants