Skip to content

Commit 92cf2e0

Browse files
committed
DOC v25.06 Updates [skip ci]
1 parent c1391ba commit 92cf2e0

21 files changed

+169
-169
lines changed

.devcontainer/cuda11.8-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda11.8-pip/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda11.8-ucx1.17.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-ucx1.17.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
1919
"version": "11.8",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda12.8-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "12.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.04-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.8-pip/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "12.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
1919
"version": "12.8",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

.github/workflows/build.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,7 +38,7 @@ jobs:
3838
if: github.ref_type == 'branch'
3939
needs: [python-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
4242
with:
4343
arch: "amd64"
4444
branch: ${{ inputs.branch }}
@@ -51,7 +51,7 @@ jobs:
5151
python-build:
5252
needs: [cpp-build]
5353
secrets: inherit
54-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
54+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
5555
with:
5656
build_type: ${{ inputs.build_type || 'branch' }}
5757
branch: ${{ inputs.branch }}
@@ -60,15 +60,15 @@ jobs:
6060
upload-conda:
6161
needs: [cpp-build, python-build]
6262
secrets: inherit
63-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
63+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}
6767
date: ${{ inputs.date }}
6868
sha: ${{ inputs.sha }}
6969
wheel-build-libcuml:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
7272
with:
7373
build_type: ${{ inputs.build_type || 'branch' }}
7474
branch: ${{ inputs.branch }}
@@ -79,14 +79,14 @@ jobs:
7979
# the CMake variables in get_cumlprims_mg.cmake since CMake will just use
8080
# the clone as is.
8181
extra-repo: rapidsai/cumlprims_mg
82-
extra-repo-sha: branch-25.04
82+
extra-repo-sha: branch-25.06
8383
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
8484
# build for every combination of arch and CUDA version, but only for the latest Python
8585
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
8686
wheel-publish-libcuml:
8787
needs: wheel-build-libcuml
8888
secrets: inherit
89-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
89+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
9090
with:
9191
build_type: ${{ inputs.build_type || 'branch' }}
9292
branch: ${{ inputs.branch }}
@@ -97,7 +97,7 @@ jobs:
9797
wheel-build-cuml:
9898
needs: wheel-build-libcuml
9999
secrets: inherit
100-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
100+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
101101
with:
102102
build_type: ${{ inputs.build_type || 'branch' }}
103103
branch: ${{ inputs.branch }}
@@ -107,7 +107,7 @@ jobs:
107107
wheel-publish-cuml:
108108
needs: wheel-build-cuml
109109
secrets: inherit
110-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
110+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
111111
with:
112112
build_type: ${{ inputs.build_type || 'branch' }}
113113
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- wheel-tests-cuml
3333
- devcontainer
3434
secrets: inherit
35-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
35+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
3636
if: always()
3737
with:
3838
needs: ${{ toJSON(needs) }}
@@ -63,7 +63,7 @@ jobs:
6363
changed-files:
6464
secrets: inherit
6565
needs: telemetry-setup
66-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
66+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
6767
with:
6868
files_yaml: |
6969
test_cpp:
@@ -97,15 +97,15 @@ jobs:
9797
checks:
9898
secrets: inherit
9999
needs: telemetry-setup
100-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
100+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
101101
with:
102102
enable_check_generated_files: false
103103
ignored_pr_jobs: >-
104104
optional-job-conda-python-tests-cudf-pandas-integration telemetry-summarize
105105
clang-tidy:
106106
needs: checks
107107
secrets: inherit
108-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
108+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
109109
with:
110110
build_type: pull-request
111111
node_type: "cpu8"
@@ -115,41 +115,41 @@ jobs:
115115
conda-cpp-build:
116116
needs: checks
117117
secrets: inherit
118-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
118+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
119119
with:
120120
build_type: pull-request
121121
conda-cpp-tests:
122122
needs: [conda-cpp-build, changed-files]
123123
secrets: inherit
124-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
124+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
125125
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
126126
with:
127127
build_type: pull-request
128128
conda-cpp-checks:
129129
needs: conda-cpp-build
130130
secrets: inherit
131-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
131+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
132132
with:
133133
build_type: pull-request
134134
enable_check_symbols: true
135135
conda-python-build:
136136
needs: conda-cpp-build
137137
secrets: inherit
138-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
138+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
139139
with:
140140
build_type: pull-request
141141
conda-python-tests-singlegpu:
142142
needs: [conda-python-build, changed-files]
143143
secrets: inherit
144-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
144+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
145145
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
146146
with:
147147
build_type: pull-request
148148
script: "ci/test_python_singlegpu.sh"
149149
optional-job-conda-python-tests-cudf-pandas-integration:
150150
needs: [conda-python-build, changed-files]
151151
secrets: inherit
152-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
152+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
153153
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
154154
with:
155155
matrix_filter: map(select(.ARCH == "amd64"))
@@ -158,23 +158,23 @@ jobs:
158158
conda-python-tests-dask:
159159
needs: [conda-python-build, changed-files]
160160
secrets: inherit
161-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
161+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
162162
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
163163
with:
164164
build_type: pull-request
165165
script: "ci/test_python_dask.sh"
166166
conda-python-scikit-learn-accel-tests:
167167
needs: [conda-python-build, changed-files]
168168
secrets: inherit
169-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
169+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
170170
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
171171
with:
172172
build_type: pull-request
173173
script: "ci/test_python_scikit_learn_tests.sh"
174174
conda-notebook-tests:
175175
needs: [conda-python-build, changed-files]
176176
secrets: inherit
177-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
177+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
178178
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
179179
with:
180180
build_type: pull-request
@@ -185,7 +185,7 @@ jobs:
185185
docs-build:
186186
needs: conda-python-build
187187
secrets: inherit
188-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
188+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
189189
with:
190190
build_type: pull-request
191191
node_type: "gpu-l4-latest-1"
@@ -195,37 +195,37 @@ jobs:
195195
wheel-build-libcuml:
196196
needs: checks
197197
secrets: inherit
198-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
198+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
199199
with:
200200
build_type: pull-request
201201
branch: ${{ inputs.branch }}
202202
sha: ${{ inputs.sha }}
203203
date: ${{ inputs.date }}
204204
script: ci/build_wheel_libcuml.sh
205205
extra-repo: rapidsai/cumlprims_mg
206-
extra-repo-sha: branch-25.04
206+
extra-repo-sha: branch-25.06
207207
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
208208
# build for every combination of arch and CUDA version, but only for the latest Python
209209
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
210210
wheel-build-cuml:
211211
needs: [checks, wheel-build-libcuml]
212212
secrets: inherit
213-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
213+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
214214
with:
215215
build_type: pull-request
216216
script: ci/build_wheel_cuml.sh
217217
wheel-tests-cuml:
218218
needs: [wheel-build-cuml, changed-files]
219219
secrets: inherit
220-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
220+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
221221
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
222222
with:
223223
build_type: pull-request
224224
script: ci/test_wheel.sh
225225
devcontainer:
226226
needs: telemetry-setup
227227
secrets: inherit
228-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
228+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
229229
with:
230230
arch: '["amd64"]'
231231
cuda: '["12.8"]'

.github/workflows/test.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
conda-cpp-checks:
2121
secrets: inherit
22-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
2323
with:
2424
build_type: ${{ inputs.build_type }}
2525
branch: ${{ inputs.branch }}
@@ -29,15 +29,15 @@ jobs:
2929
symbol_exclusions: raft_cutlass
3030
conda-cpp-tests:
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
32+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
3333
with:
3434
build_type: ${{ inputs.build_type }}
3535
branch: ${{ inputs.branch }}
3636
date: ${{ inputs.date }}
3737
sha: ${{ inputs.sha }}
3838
conda-python-tests-singlegpu:
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
4141
with:
4242
build_type: ${{ inputs.build_type }}
4343
branch: ${{ inputs.branch }}
@@ -46,7 +46,7 @@ jobs:
4646
script: "ci/test_python_singlegpu.sh"
4747
conda-python-tests-dask:
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
5050
with:
5151
build_type: ${{ inputs.build_type }}
5252
branch: ${{ inputs.branch }}
@@ -55,7 +55,7 @@ jobs:
5555
script: "ci/test_python_dask.sh"
5656
wheel-tests-cuml:
5757
secrets: inherit
58-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
58+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
5959
with:
6060
build_type: ${{ inputs.build_type }}
6161
branch: ${{ inputs.branch }}

.github/workflows/trigger-breaking-change-alert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-notifier:
1313
if: contains(github.event.pull_request.labels.*.name, 'breaking')
1414
secrets: inherit
15-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.04
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

0 commit comments

Comments
 (0)