-
Notifications
You must be signed in to change notification settings - Fork 87
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
Build and test with CUDA 12.8.0 #621
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
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.
Looks good!
wheel-build-cuvs
on CUDA 11 was failing like this:
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
nvidia-cusparse-cu11 from https://pypi.nvidia.com/nvidia-cusparse-cu11/nvidia_cusparse_cu11-11.7.5.86-py3-none-manylinux2014_aarch64.whl#sha256=6c7da46abee7567e619d4aa2e90a1b032cfcbd1211d429853b1a6e87514a14b2 (from libcuvs-cu11==25.2.*,>=0.0.0a0):
Expected sha256 6c7da46abee7567e619d4aa2e90a1b032cfcbd1211d429853b1a6e87514a14b2
Got 351199bf8c461105dce5b92d15e4ace02ddd70fa9dea22ab02f28ea31c589517
That's a known problem being worked on elsewhere (like rapidsai/gha-tools#132), and it's usually resolved by a re-run.
Re-triggered CI here. All the CI that did run looked good though!
/merge |
This cleans up one change from #621 that could not be reverted in #630. It is now safe to use `ci-imgs`' `latest` tag, because rapidsai/ci-imgs#236 is merged. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Mike Sarahan (https://github.com/msarahan) URL: #643
This PR uses CUDA 12.8.0 to build and test.
xref: rapidsai/build-planning#139