Skip to content

Commit 07295bd

Browse files
Merge branch 'main' into rapids-cmake-log-source
2 parents 33c658d + d2bff5d commit 07295bd

67 files changed

Lines changed: 673 additions & 563 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/cuda12.9-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.10-cpp-mambaforge"
99
},
1010
"cacheFrom": [
1111
"ghcr.io/rapidsai/raft/devcontainer:26.08-cuda12.9-conda"
@@ -14,13 +14,13 @@
1414
"runArgs": [
1515
"--rm",
1616
"--name",
17-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-conda",
17+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda12.9-conda",
1818
"--ulimit",
1919
"nofile=500000"
2020
],
2121
"hostRequirements": {"gpu": "optional"},
2222
"features": {
23-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {}
23+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {}
2424
},
2525
"overrideFeatureInstallOrder": [
2626
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.9-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.08-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10"
8+
"BASE": "rapidsai/devcontainers:26.10-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10"
99
},
1010
"cacheFrom": [
1111
"ghcr.io/rapidsai/raft/devcontainer:26.08-cuda12.9-pip"
@@ -14,20 +14,20 @@
1414
"runArgs": [
1515
"--rm",
1616
"--name",
17-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-pip",
17+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda12.9-pip",
1818
"--ulimit",
1919
"nofile=500000"
2020
],
2121
"hostRequirements": {"gpu": "optional"},
2222
"features": {
23-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.8": {
23+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.10": {
2424
"version": "12.9",
2525
"installcuBLAS": true,
2626
"installcuSOLVER": true,
2727
"installcuRAND": true,
2828
"installcuSPARSE": true
2929
},
30-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {}
30+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {}
3131
},
3232
"overrideFeatureInstallOrder": [
3333
"ghcr.io/rapidsai/devcontainers/features/ucx",

.devcontainer/cuda13.3-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "13.3",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.10-cpp-mambaforge"
99
},
1010
"cacheFrom": [
1111
"ghcr.io/rapidsai/raft/devcontainer:26.08-cuda13.3-conda"
@@ -14,13 +14,13 @@
1414
"runArgs": [
1515
"--rm",
1616
"--name",
17-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.3-conda",
17+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda13.3-conda",
1818
"--ulimit",
1919
"nofile=500000"
2020
],
2121
"hostRequirements": {"gpu": "optional"},
2222
"features": {
23-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {}
23+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {}
2424
},
2525
"overrideFeatureInstallOrder": [
2626
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.3-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "13.3",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.08-cpp-cuda13.3-ucx1.19.0-openmpi5.0.10"
8+
"BASE": "rapidsai/devcontainers:26.10-cpp-cuda13.3-ucx1.19.0-openmpi5.0.10"
99
},
1010
"cacheFrom": [
1111
"ghcr.io/rapidsai/raft/devcontainer:26.08-cuda13.3-pip"
@@ -14,20 +14,20 @@
1414
"runArgs": [
1515
"--rm",
1616
"--name",
17-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.3-pip",
17+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda13.3-pip",
1818
"--ulimit",
1919
"nofile=500000"
2020
],
2121
"hostRequirements": {"gpu": "optional"},
2222
"features": {
23-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.8": {
23+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.10": {
2424
"version": "13.3",
2525
"installcuBLAS": true,
2626
"installcuSOLVER": true,
2727
"installcuRAND": true,
2828
"installcuSPARSE": true
2929
},
30-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {}
30+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {}
3131
},
3232
"overrideFeatureInstallOrder": [
3333
"ghcr.io/rapidsai/devcontainers/features/ucx",

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
arch: "amd64"
100100
branch: ${{ inputs.branch }}
101101
build_type: ${{ inputs.build_type || 'branch' }}
102-
container_image: "rapidsai/ci-conda:26.08-latest"
102+
container_image: "rapidsai/ci-conda:26.10-latest"
103103
date: ${{ inputs.date }}
104104
node_type: "gpu-l4-latest-1"
105105
script: "ci/build_docs.sh"

.github/workflows/pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ jobs:
275275
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
276276
with:
277277
build_type: pull-request
278-
run_codecov: false
279278
script: ci/test_python.sh
280279
docs-build:
281280
needs: [conda-python-build, changed-files]
@@ -292,7 +291,7 @@ jobs:
292291
build_type: pull-request
293292
node_type: "gpu-l4-latest-1"
294293
arch: "amd64"
295-
container_image: "rapidsai/ci-conda:26.08-latest"
294+
container_image: "rapidsai/ci-conda:26.10-latest"
296295
script: "ci/build_docs.sh"
297296
wheel-build-libraft:
298297
needs: checks

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
build_type: ${{ inputs.build_type }}
6969
branch: ${{ inputs.branch }}
7070
date: ${{ inputs.date }}
71-
run_codecov: false
7271
script: ci/test_python.sh
7372
sha: ${{ inputs.sha }}
7473
wheel-tests-pylibraft:

UCXX_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.51.00
1+
0.52.00

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.08.00
1+
26.10.00

ci/test_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION.
2+
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -euo pipefail
@@ -20,7 +20,7 @@ rapids-logger "Generate Python testing dependencies"
2020
rapids-dependency-file-generator \
2121
--output conda \
2222
--file-key test_python \
23-
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \
23+
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION};dependencies=${RAPIDS_DEPENDENCIES}" \
2424
--prepend-channel "${CPP_CHANNEL}" \
2525
--prepend-channel "${PYTHON_CHANNEL}" \
2626
| tee env.yaml

0 commit comments

Comments
 (0)