-
Notifications
You must be signed in to change notification settings - Fork 915
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
Support CUDA 12.0 for pip wheels #13289
Conversation
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.
Approving ops-codeowner
file changes
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.
One minor suggestion.
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.
In the interest of getting CUDA 12 wheels up ASAP, I'm going to approve this despite being involved in the dev so that we can start running cuml and cugraph tests. However, I encourage other reviewers to still leave comments on here even after it's merged so that we can come back and address them.
In the interest of letting cuml and cugraph CI run ASAP, I'm going to merge this PR then make a small follow-up to address the two open discussions above. |
/merge |
This PR addresses a couple of minor items that were left incomplete when #13289 was merged, see #13289 and #13289. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) URL: #13306
Description
In addition to switching to the new workflow for building on CUDA 12 images, this PR includes changes to:
Checklist