Skip to content

Commit

Permalink
Update to UCX 1.18 (#441)
Browse files Browse the repository at this point in the history
Update pins to support UCX 1.18 that is needed for RAPIDS 25.02.
  • Loading branch information
pentschev authored Jan 23, 2025
1 parent 5c6d283 commit 2e52c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/src/ucx/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "string",
"proposals": [
"latest",
"1.18.0",
"1.17.0",
"1.16.0",
"1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ x-nvhpc-env: &nvhpc_env { CC: "nvc", CXX: "nvc++", CUDAHOSTCXX: "nvc++" }

x-mambaforge: &conda { name: "mambaforge" }
x-python: &python { name: "ghcr.io/devcontainers/features/python:1.6.2", version: "os-provided", installTools: "false", hide: true }
x-ucx-rapids: &ucx_rapids { name: "ucx", version: "1.17.0" }
x-ucx-rapids: &ucx_rapids { name: "ucx", version: "1.18.0" }
x-openmpi: &openmpi { name: "openmpi" }

x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true }
Expand Down

0 comments on commit 2e52c80

Please sign in to comment.