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 UCX pinnings (to support 1.18.0) #138

Closed
13 tasks done
jameslamb opened this issue Jan 22, 2025 · 3 comments
Closed
13 tasks done

Update UCX pinnings (to support 1.18.0) #138

jameslamb opened this issue Jan 22, 2025 · 3 comments
Assignees

Comments

@jameslamb
Copy link
Member

jameslamb commented Jan 22, 2025

Description

UCX 1.18 was recently released. We should update to support it across RAPIDS.

Notes

Created this issue based on #77. Note from there:

  1. depends_on_ucx_build: this refers what UCX version should be used to build and must be equal the minimum version we support, for example ucx==1.15.0 means we build against version 1.15.0 and that's the minimum required version at runtime;
  2. depends_on_ucx_run: this refers what UCX versions we support running, the minimum version should match at least what's defined in depends_on_ucx_build and has no theoretical upper limit, as API/ABI should be compatible, for example ucx>=1.15.0,<1.19.

Approach

Do these in this order.

updates

Preview Give feedback

Then these.

devcontainers

Preview Give feedback
@jameslamb jameslamb changed the title Update UCX pinnings (to support 1.18.0 Update UCX pinnings (to support 1.18.0) Jan 22, 2025
@jakirkham
Copy link
Member

Thanks James! 🙏

vyasr pushed a commit to rapidsai/devcontainers that referenced this issue Jan 23, 2025
rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this issue Jan 24, 2025
Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

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

Approvers:
  - https://github.com/jakirkham

URL: #4890
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this issue Jan 24, 2025
Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - https://github.com/jakirkham

URL: #6249
rapids-bot bot pushed a commit to rapidsai/cugraph-gnn that referenced this issue Jan 24, 2025
Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

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

Approvers:
  - https://github.com/jakirkham

URL: #112
rapids-bot bot pushed a commit to rapidsai/raft that referenced this issue Jan 24, 2025
Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

Also updates `rapids-dependency-file-generator` and `pre-commit-hooks` hooks to their latest versions.

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

Approvers:
  - https://github.com/jakirkham
  - Gil Forsyth (https://github.com/gforsyth)

URL: #2550
rapids-bot bot pushed a commit to rapidsai/nx-cugraph that referenced this issue Jan 24, 2025
)

Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

Also updates to the latest version of `rapids-dependency-file-generator` in `pre-commit` config.

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

Approvers:
  - https://github.com/jakirkham
  - Gil Forsyth (https://github.com/gforsyth)

URL: #65
rapids-bot bot pushed a commit to rapidsai/cuvs that referenced this issue Jan 24, 2025
…604)

Contributes to rapidsai/build-planning#138

Updates to using UCX 1.18 in pip devcontainers here.

Also fixes some small `update-version.sh` issues, and updates references that were outdated as a result of those issues.

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

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)
  - https://github.com/jakirkham
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #604
@jakirkham
Copy link
Member

Thanks again James and Peter for working on this upgrade! 🙏

It looks like we have all of the current PRs merged

Is there anything else still remaining here?

@jameslamb
Copy link
Member Author

Nope, now that those PRs are closed, this is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants