Skip to content

Commit

Permalink
add UCX 1.17.0 support (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jul 1, 2024
1 parent 1858c73 commit fc02b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion features/src/ucx/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "UCX",
"id": "ucx",
"version": "24.8.2",
"version": "24.8.3",
"description": "A feature to install UCX",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"1.17.0",
"1.16.0",
"1.15.0",
"1.14.1"
Expand Down
2 changes: 1 addition & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ x-nvhpc-env: &nvhpc_env {CC: "nvc", CXX: "nvc++"}

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

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

0 comments on commit fc02b81

Please sign in to comment.