Skip to content

Commit 638a507

Browse files
committed
DOC v25.12 Updates [skip ci]
1 parent 8b3b67f commit 638a507

22 files changed

+118
-118
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"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,26 +5,26 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
2121
"version": "12.9",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda13.0-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.0-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-cuda13.0-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda13.0-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
2121
"version": "13.0",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/cuda",

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
cpp-build:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
3838
with:
3939
build_type: ${{ inputs.build_type || 'branch' }}
4040
branch: ${{ inputs.branch }}
@@ -44,7 +44,7 @@ jobs:
4444
python-build:
4545
needs: [cpp-build]
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
47+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
4848
with:
4949
build_type: ${{ inputs.build_type || 'branch' }}
5050
branch: ${{ inputs.branch }}
@@ -54,27 +54,27 @@ jobs:
5454
docs-build:
5555
needs: cpp-build
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
57+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
5858
with:
5959
arch: "amd64"
6060
branch: ${{ inputs.branch }}
6161
build_type: ${{ inputs.build_type || 'branch' }}
62-
container_image: "rapidsai/ci-conda:25.10-latest"
62+
container_image: "rapidsai/ci-conda:25.12-latest"
6363
date: ${{ inputs.date }}
6464
script: "ci/build_docs.sh"
6565
sha: ${{ inputs.sha }}
6666
upload-conda:
6767
needs: [cpp-build, python-build]
6868
secrets: inherit
69-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
69+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
7070
with:
7171
build_type: ${{ inputs.build_type || 'branch' }}
7272
branch: ${{ inputs.branch }}
7373
date: ${{ inputs.date }}
7474
sha: ${{ inputs.sha }}
7575
wheel-build-cugraph-pyg:
7676
secrets: inherit
77-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
77+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
7878
with:
7979
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
8080
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -89,7 +89,7 @@ jobs:
8989
wheel-publish-cugraph-pyg:
9090
needs: wheel-build-cugraph-pyg
9191
secrets: inherit
92-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
92+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
9393
with:
9494
build_type: ${{ inputs.build_type || 'branch' }}
9595
branch: ${{ inputs.branch }}
@@ -99,7 +99,7 @@ jobs:
9999
package-type: python
100100
wheel-build-libwholegraph:
101101
secrets: inherit
102-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
102+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
103103
with:
104104
build_type: ${{ inputs.build_type || 'branch' }}
105105
branch: ${{ inputs.branch }}
@@ -113,7 +113,7 @@ jobs:
113113
wheel-build-pylibwholegraph:
114114
needs: wheel-build-libwholegraph
115115
secrets: inherit
116-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
116+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
117117
with:
118118
build_type: ${{ inputs.build_type || 'branch' }}
119119
branch: ${{ inputs.branch }}
@@ -125,7 +125,7 @@ jobs:
125125
wheel-publish-libwholegraph:
126126
needs: wheel-build-libwholegraph
127127
secrets: inherit
128-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
128+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
129129
with:
130130
build_type: ${{ inputs.build_type || 'branch' }}
131131
branch: ${{ inputs.branch }}
@@ -136,7 +136,7 @@ jobs:
136136
wheel-publish-pylibwholegraph:
137137
needs: wheel-build-pylibwholegraph
138138
secrets: inherit
139-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
139+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
140140
with:
141141
build_type: ${{ inputs.build_type || 'branch' }}
142142
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- wheel-build-cugraph-pyg
2929
- wheel-tests-cugraph-pyg
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
31+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.12
3232
if: always()
3333
with:
3434
needs: ${{ toJSON(needs) }}
@@ -43,7 +43,7 @@ jobs:
4343
repo: cugraph-gnn
4444
changed-files:
4545
secrets: inherit
46-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.10
46+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.12
4747
with:
4848
files_yaml: |
4949
test_cpp:
@@ -81,7 +81,7 @@ jobs:
8181
- '!readme_pages/**'
8282
devcontainer:
8383
secrets: inherit
84-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.10
84+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.12
8585
with:
8686
arch: '["amd64", "arm64"]'
8787
cuda: '["13.0"]'
@@ -98,46 +98,46 @@ jobs:
9898
sccache --show-adv-stats | tee telemetry-artifacts/sccache-stats.txt;
9999
checks:
100100
secrets: inherit
101-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
101+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.12
102102
with:
103103
enable_check_generated_files: false
104104
conda-cpp-build:
105105
needs: checks
106106
secrets: inherit
107-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
107+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
108108
with:
109109
build_type: pull-request
110110
script: ci/build_cpp.sh
111111
conda-cpp-tests:
112112
needs: [conda-cpp-build, changed-files]
113113
secrets: inherit
114-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.10
114+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.12
115115
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
116116
with:
117117
build_type: pull-request
118118
script: ci/test_cpp.sh
119119
conda-python-build:
120120
needs: conda-cpp-build
121121
secrets: inherit
122-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
122+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
123123
with:
124124
build_type: pull-request
125125
script: ci/build_python.sh
126126
conda-notebook-tests:
127127
needs: [conda-python-build, changed-files]
128128
secrets: inherit
129-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
129+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
130130
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
131131
with:
132132
build_type: pull-request
133133
node_type: "gpu-l4-latest-1"
134134
arch: "amd64"
135-
container_image: "rapidsai/ci-conda:25.10-latest"
135+
container_image: "rapidsai/ci-conda:25.12-latest"
136136
script: "ci/test_notebooks.sh"
137137
conda-python-tests:
138138
needs: [conda-python-build, changed-files]
139139
secrets: inherit
140-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
140+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.12
141141
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
142142
with:
143143
build_type: pull-request
@@ -148,16 +148,16 @@ jobs:
148148
docs-build:
149149
needs: conda-cpp-build
150150
secrets: inherit
151-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
151+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
152152
with:
153153
arch: "amd64"
154154
build_type: pull-request
155-
container_image: "rapidsai/ci-conda:25.10-latest"
155+
container_image: "rapidsai/ci-conda:25.12-latest"
156156
script: "ci/build_docs.sh"
157157
wheel-build-libwholegraph:
158158
needs: checks
159159
secrets: inherit
160-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
160+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
161161
with:
162162
build_type: pull-request
163163
script: ci/build_wheel_libwholegraph.sh
@@ -168,7 +168,7 @@ jobs:
168168
wheel-build-pylibwholegraph:
169169
needs: [checks, wheel-build-libwholegraph]
170170
secrets: inherit
171-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
171+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
172172
with:
173173
build_type: pull-request
174174
script: ci/build_wheel_pylibwholegraph.sh
@@ -177,7 +177,7 @@ jobs:
177177
wheel-tests-pylibwholegraph:
178178
needs: [wheel-build-pylibwholegraph, changed-files]
179179
secrets: inherit
180-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
180+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
181181
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
182182
with:
183183
build_type: pull-request
@@ -186,7 +186,7 @@ jobs:
186186
wheel-build-cugraph-pyg:
187187
needs: checks
188188
secrets: inherit
189-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
189+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
190190
with:
191191
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
192192
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -198,7 +198,7 @@ jobs:
198198
wheel-tests-cugraph-pyg:
199199
needs: [wheel-build-pylibwholegraph, wheel-build-cugraph-pyg, changed-files]
200200
secrets: inherit
201-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
201+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
202202
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
203203
with:
204204
build_type: pull-request

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
conda-cpp-tests:
2727
secrets: inherit
28-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.10
28+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.12
2929
with:
3030
build_type: ${{ inputs.build_type }}
3131
branch: ${{ inputs.branch }}
@@ -34,19 +34,19 @@ jobs:
3434
sha: ${{ inputs.sha }}
3535
conda-notebook-tests:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
3838
with:
3939
build_type: ${{ inputs.build_type }}
4040
branch: ${{ inputs.branch }}
4141
date: ${{ inputs.date }}
4242
sha: ${{ inputs.sha }}
4343
node_type: "gpu-l4-latest-1"
4444
arch: "amd64"
45-
container_image: "rapidsai/ci-conda:25.10-latest"
45+
container_image: "rapidsai/ci-conda:25.12-latest"
4646
script: "ci/test_notebooks.sh"
4747
conda-python-tests:
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.12
5050
with:
5151
build_type: ${{ inputs.build_type }}
5252
branch: ${{ inputs.branch }}
@@ -58,7 +58,7 @@ jobs:
5858
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER != "13.0.0" ))
5959
wheel-tests-pylibwholegraph:
6060
secrets: inherit
61-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
61+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
6262
with:
6363
build_type: ${{ inputs.build_type }}
6464
branch: ${{ inputs.branch }}
@@ -68,7 +68,7 @@ jobs:
6868
matrix_filter: map(select(.ARCH == "amd64"))
6969
wheel-tests-cugraph-pyg:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.12
7272
with:
7373
build_type: ${{ inputs.build_type }}
7474
branch: ${{ inputs.branch }}

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

Lines changed: 1 addition & 1 deletion
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.10
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.12
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

0 commit comments

Comments
 (0)