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

Enable Dask tests with UCX-Py/UCXX in CI #5697

Merged
merged 37 commits into from
May 18, 2024

Conversation

pentschev
Copy link
Member

@pentschev pentschev commented Dec 12, 2023

Enable Dask tests in CI with TCP/UCX-Py/UCXX comms. The heavy-lifting is entirely done in raft-dask, so no functional changes are required in cuml

@pentschev pentschev changed the base branch from branch-24.02 to branch-24.06 April 9, 2024 18:29
@dantegd dantegd added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 7, 2024
rapids-bot bot pushed a commit to rapidsai/raft that referenced this pull request May 8, 2024
As figured out in rapidsai/cuml#5697, `libucx` should not be just a testing dependency of `raft-dask`, it should be a run dependency. 

cc @vyasr

Authors:
  - Divye Gala (https://github.com/divyegala)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: #2296
abc99lr pushed a commit to abc99lr/raft that referenced this pull request May 10, 2024
As figured out in rapidsai/cuml#5697, `libucx` should not be just a testing dependency of `raft-dask`, it should be a run dependency. 

cc @vyasr

Authors:
  - Divye Gala (https://github.com/divyegala)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#2296
@github-actions github-actions bot removed the conda conda issue label May 13, 2024
@pentschev pentschev changed the title Enable UCX-Py/UCXX in Dask tests Enable Dask tests with UCX-Py/UCXX in CI May 16, 2024
@pentschev pentschev marked this pull request as ready for review May 16, 2024 06:51
@pentschev pentschev requested review from a team as code owners May 16, 2024 06:51
python/pytest.ini Outdated Show resolved Hide resolved
Copy link
Member

@divyegala divyegala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment about print statements


n_neighbors = 10
n_clusters = 5
from cuml.dask.neighbors import NearestNeighbors as daskNN

from sklearn.datasets import make_blobs

print("_scale_rows", flush=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be removed, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch, not sure how I missed it. Done in ce9590a .

@divyegala
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 4dec229 into rapidsai:branch-24.06 May 18, 2024
60 of 63 checks passed
@pentschev pentschev deleted the ucxx-tests branch May 20, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci 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.

6 participants