Skip to content
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

Update dependencies.yaml to support CUDA 12.*. #14644

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Dec 16, 2023

Description

This PR updates dependencies.yaml so that generic CUDA 12.* dependencies can be specified with a glob, like cuda: "12.*". This feature requires rapids-dependency-file-generator>=1.8.0, so the pre-commit hook has been updated.

I have not yet added support for a specific CUDA version like 12.1 or 12.2. That can be done separately.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@bdice bdice requested a review from a team as a code owner December 16, 2023 03:40
@bdice bdice self-assigned this Dec 16, 2023
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 16, 2023
@bdice
Copy link
Contributor Author

bdice commented Jan 2, 2024

I might need to do a bit more refactoring here, but I'm going to merge this for now and re-assess the next steps. Merging the current state will help me with testing CUDA 12.2 even if it's not the final form.

@bdice
Copy link
Contributor Author

bdice commented Jan 2, 2024

/merge

@rapids-bot rapids-bot bot merged commit 2ceb72c into rapidsai:branch-24.02 Jan 2, 2024
67 checks passed
ajschmidt8 pushed a commit that referenced this pull request Jan 11, 2024
Follow-up to #14644. 

Contributes to rapidsai/build-planning#7.

Similar to rapidsai/rmm#1422, this proposes splitting the `cuda-version` dependency in `dependencies.yaml` out to its own thing, separate from the bits of the CUDA Toolkit `cudf` needs.

Some other simplifications:

* removes the notebook-specific stuff added in #14722 (which I think were added specifically because `cuda-version` and CTK stuff was coupled)
* consolidates two sections with selectors only based on CUDA `{major}.{minor}`

Authors:
   - James Lamb (https://github.com/jameslamb)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
   - Bradley Dice (https://github.com/bdice)
   - Vyas Ramasubramani (https://github.com/vyasr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants