-
Notifications
You must be signed in to change notification settings - Fork 110
CUDA 13 support: follow-ups #377
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
Merged
rapids-bot
merged 3 commits into
NVIDIA:branch-25.10
from
jameslamb:update-cuda13-workflow-refs
Sep 6, 2025
Merged
CUDA 13 support: follow-ups #377
rapids-bot
merged 3 commits into
NVIDIA:branch-25.10
from
jameslamb:update-cuda13-workflow-refs
Sep 6, 2025
Conversation
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
|
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
commented
Sep 5, 2025
jameslamb
commented
Sep 5, 2025
rgsl888prabhu
approved these changes
Sep 5, 2025
Collaborator
|
Pushed libcuopt wheel size to 900 MB |
Collaborator
|
/merge |
Member
Author
|
Thanks for finishing this up and getting it merged @rgsl888prabhu ! |
aliceb-nv
pushed a commit
that referenced
this pull request
Sep 22, 2025
Contributes to rapidsai/build-planning#208 * updates all GitHub Actions branch references back to `branch-25.10`, now that rapidsai/shared-workflows#413 is merged * fixes docs mistakes (#366 (comment)) * fixes nightly builds Nightly wheel builds of `cuopt-mps-parser` are failing like this: > Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run ([wheel-build-cuopt-mps-parser link](https://github.com/NVIDIA/cuopt/actions/runs/17501959410/job/49716771454)) Because I forgot to bring over all of the artifact-naming changes made in `pr.yaml` to the corresponding entries on `build.yaml`, sorry 😬 Authors: - James Lamb (https://github.com/jameslamb) - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) URL: #377
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Contributes to rapidsai/build-planning#208
branch-25.10, now that add CUDA 13.0 rapidsai/shared-workflows#413 is mergedNightly wheel builds of
cuopt-mps-parserare failing like this:(wheel-build-cuopt-mps-parser link)
Because I forgot to bring over all of the artifact-naming changes made in
pr.yamlto the corresponding entries onbuild.yaml, sorry 😬