-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[Core] Support max cpu allocation per node for placement group scheduling #26397
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
[Core] Support max cpu allocation per node for placement group scheduling #26397
Conversation
cc @matthewdeng I fixed the bugs and am waiting for the test result. If the test result seems good, I will ping you (you can start experimenting it or ping me to pair experimenting if you;d like to) |
let's update the title and summary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ADdressed @scv119 ' comments, but I haven't pushed yet (finalizing unit tests). |
I will merge it after pushing the code |
…ling (ray-project#26397) The PR adds a new experimental flag to the placement group API to avoid placement group taking all cpus on each node. It is used internally by Air to avoid placement group (created by Tune) is using all CPU resources which are needed for dataset Signed-off-by: Xiaowei Jiang <xwjiang2010@gmail.com>
…ling (ray-project#26397) The PR adds a new experimental flag to the placement group API to avoid placement group taking all cpus on each node. It is used internally by Air to avoid placement group (created by Tune) is using all CPU resources which are needed for dataset Signed-off-by: Stefan van der Kleij <s.vanderkleij@viroteq.com>
Why are these changes needed?
The PR adds a new experimental flag to the placement group API to avoid placement group taking all cpus on each node. It is used internally by Air to avoid placement group (created by Tune) is using all CPU resources which are needed for dataset
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.