From 2e52c80605a7715ce10e6418100b974fb1de34dc Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Thu, 23 Jan 2025 04:07:47 +0100 Subject: [PATCH] Update to UCX 1.18 (#441) Update pins to support UCX 1.18 that is needed for RAPIDS 25.02. --- features/src/ucx/devcontainer-feature.json | 1 + matrix.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/features/src/ucx/devcontainer-feature.json b/features/src/ucx/devcontainer-feature.json index 0c7732d9..75d202e3 100644 --- a/features/src/ucx/devcontainer-feature.json +++ b/features/src/ucx/devcontainer-feature.json @@ -8,6 +8,7 @@ "type": "string", "proposals": [ "latest", + "1.18.0", "1.17.0", "1.16.0", "1.15.0", diff --git a/matrix.yml b/matrix.yml index d4f45274..6396dc27 100644 --- a/matrix.yml +++ b/matrix.yml @@ -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 }