rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.26k stars 535 forks source link

Merge branch-24.08 into branch-24.10 #5981

Closed jameslamb closed 4 months ago

jameslamb commented 4 months ago

Replaces #5979

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

jameslamb commented 4 months ago

Tests here are failing with the same error seen over in https://github.com/rapidsai/cugraph/pull/4552#issuecomment-2251219293

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 https://github.com/rapidsai/raft/pull/2398