Build and test with CUDA 12.8.0#621
Merged
rapids-bot[bot] merged 5 commits intorapidsai:branch-25.02from Jan 30, 2025
Merged
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. |
jameslamb
approved these changes
Jan 28, 2025
Member
jameslamb
left a comment
There was a problem hiding this comment.
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!
benfred
approved these changes
Jan 29, 2025
cjnolet
approved these changes
Jan 30, 2025
vyasr
approved these changes
Jan 30, 2025
Contributor
|
/merge |
rapids-bot Bot
pushed a commit
that referenced
this pull request
Feb 4, 2025
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR uses CUDA 12.8.0 to build and test.
xref: rapidsai/build-planning#139