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

Merge branch-24.08 into branch-24.10 #2397

Merged
merged 2 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. split up CUDA-suffixed dependencies in dependencies.yaml (rapidsai#2388)

    Contributes to rapidsai/build-planning#31
    
    In short, RAPIDS DLFW builds want to produce wheels with unsuffixed dependencies, e.g. `cudf` depending on `rmm`, not `rmm-cu12`.
    
    This PR is part of a series across all of RAPIDS to try to support that type of build by setting up CUDA-suffixed and CUDA-unsuffixed dependency lists in `dependencies.yaml`.
    
    For more details, see:
    * rapidsai/build-planning#31 (comment)
    * rapidsai/cudf#16183
    
    ## Notes for Reviewers
    
    ### Why target 24.08?
    
    This is targeting 24.08 because:
    
    1. it should be very low-risk
    2. getting these changes into 24.08 prevents the need to carry around patches for every library in DLFW builds using RAPIDS 24.08
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
      - Bradley Dice (https://github.com/bdice)
    
    URL: rapidsai#2388
    jameslamb authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    09f97c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7179cc2 View commit details
    Browse the repository at this point in the history