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 #5981

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

jameslamb
Copy link
Member

Replaces #5979

Fixes forward-merger conflicts, per the process described at https://docs.rapids.ai/maintainers/forward-merger

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)

URL: rapidsai#5974
@jameslamb jameslamb added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 25, 2024
@jameslamb jameslamb requested review from a team as code owners July 25, 2024 18:37
@jameslamb jameslamb requested a review from raydouglass July 25, 2024 18:37
@github-actions github-actions bot added Cython / Python Cython or Python issue ci labels Jul 25, 2024
@jameslamb
Copy link
Member Author

jameslamb commented Jul 25, 2024

Tests here are failing with the same error seen over in rapidsai/cugraph#4552 (comment)

E ImportError: /opt/conda/envs/test/lib/python3.9/site-packages/raft_dask/common/comms_utils.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN4ucxx6Worker19registerGenericPostESt8functionIFvvEE

(build link)

Which might be fixed by rapidsai/raft#2398

This fixes a call to `raft::stats::mean()` deactivating the sample parameter in the pca code. 

CC @dantegd

Authors:
  - Malte Förster (https://github.com/mfoerste4)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#5980
@jameslamb jameslamb requested a review from a team as a code owner July 26, 2024 17:18
@jameslamb jameslamb force-pushed the branch-24.10-merge-24.08 branch from 9114411 to 8f15658 Compare July 26, 2024 17:21
@AyodeAwe AyodeAwe merged commit dc51a63 into rapidsai:branch-24.10 Jul 26, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team ci CUDA/C++ Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants