-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Make Ray wheels work on GH200 #40816
Conversation
# for why we are setting "--with-lg-page" on non x86 hardware here. | ||
configure_options = ["--disable-static", "--enable-prof"] + | ||
select({ | ||
"@platforms//cpu:x86_64": [], |
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.
don't we needt oset --with-lg-page=12?
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.
No, the existing behavior is fine (on x86, the page size is the same on all the architectures and it will select that on compilation)
Signed-off-by: Philipp Moritz <pcmoritz@gmail.com>
hmm test_advanced_5 probably related |
cc @pcmoritz do you need help taking this issue btw? Or do you think you will have bandwidth to merge it? |
Test memory pressure is very flaky and almost certainly unrelated to this PR (since this PR doesn't change anything on x86_64) |
Signed-off-by: Philipp Moritz <pcmoritz@gmail.com>
Why are these changes needed?
This makes sure the Ray Wheels works on nvidia's GH200 (Grace Hopper) architecture.
Fixes #40815
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.