Skip to content

Commit 7926b02

Browse files
committed
DOC v24.10 Updates [skip ci]
1 parent 9c4585c commit 7926b02

File tree

24 files changed

+180
-180
lines changed

24 files changed

+180
-180
lines changed

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

Lines changed: 3 additions & 3 deletions
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:24.08-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

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

Lines changed: 4 additions & 4 deletions
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:24.08-cpp-cuda11.8-ucx1.15.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-cuda11.8-ucx1.15.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:24.8": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:24.10": {
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:24.8": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda12.5-conda/devcontainer.json

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

.devcontainer/cuda12.5-pip/devcontainer.json

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

.github/workflows/build.yaml

Lines changed: 18 additions & 18 deletions
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-24.08
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.10
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,7 +38,7 @@ jobs:
3838
python-build:
3939
needs: [cpp-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
41+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
4242
with:
4343
build_type: ${{ inputs.build_type || 'branch' }}
4444
branch: ${{ inputs.branch }}
@@ -47,7 +47,7 @@ jobs:
4747
upload-conda:
4848
needs: [cpp-build, python-build]
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
50+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
5151
with:
5252
build_type: ${{ inputs.build_type || 'branch' }}
5353
branch: ${{ inputs.branch }}
@@ -57,7 +57,7 @@ jobs:
5757
if: github.ref_type == 'branch'
5858
needs: python-build
5959
secrets: inherit
60-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
60+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
6161
with:
6262
arch: "amd64"
6363
branch: ${{ inputs.branch }}
@@ -69,21 +69,21 @@ jobs:
6969
sha: ${{ inputs.sha }}
7070
wheel-build-pylibcugraph:
7171
secrets: inherit
72-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
72+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
7373
with:
7474
build_type: ${{ inputs.build_type || 'branch' }}
7575
branch: ${{ inputs.branch }}
7676
sha: ${{ inputs.sha }}
7777
date: ${{ inputs.date }}
7878
script: ci/build_wheel_pylibcugraph.sh
7979
extra-repo: rapidsai/cugraph-ops
80-
extra-repo-sha: branch-24.08
80+
extra-repo-sha: branch-24.10
8181
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
8282
node_type: cpu32
8383
wheel-publish-pylibcugraph:
8484
needs: wheel-build-pylibcugraph
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
86+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
8787
with:
8888
build_type: ${{ inputs.build_type || 'branch' }}
8989
branch: ${{ inputs.branch }}
@@ -93,20 +93,20 @@ jobs:
9393
wheel-build-cugraph:
9494
needs: wheel-publish-pylibcugraph
9595
secrets: inherit
96-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
96+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
9797
with:
9898
build_type: ${{ inputs.build_type || 'branch' }}
9999
branch: ${{ inputs.branch }}
100100
sha: ${{ inputs.sha }}
101101
date: ${{ inputs.date }}
102102
script: ci/build_wheel_cugraph.sh
103103
extra-repo: rapidsai/cugraph-ops
104-
extra-repo-sha: branch-24.08
104+
extra-repo-sha: branch-24.10
105105
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
106106
wheel-publish-cugraph:
107107
needs: wheel-build-cugraph
108108
secrets: inherit
109-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
109+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
110110
with:
111111
build_type: ${{ inputs.build_type || 'branch' }}
112112
branch: ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116
wheel-build-nx-cugraph:
117117
needs: wheel-publish-pylibcugraph
118118
secrets: inherit
119-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
119+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
120120
with:
121121
build_type: ${{ inputs.build_type || 'branch' }}
122122
branch: ${{ inputs.branch }}
@@ -126,7 +126,7 @@ jobs:
126126
wheel-publish-nx-cugraph:
127127
needs: wheel-build-nx-cugraph
128128
secrets: inherit
129-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
129+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
130130
with:
131131
build_type: ${{ inputs.build_type || 'branch' }}
132132
branch: ${{ inputs.branch }}
@@ -136,7 +136,7 @@ jobs:
136136
wheel-build-cugraph-dgl:
137137
needs: wheel-publish-cugraph
138138
secrets: inherit
139-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
139+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
140140
with:
141141
build_type: ${{ inputs.build_type || 'branch' }}
142142
branch: ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146
wheel-publish-cugraph-dgl:
147147
needs: wheel-build-cugraph-dgl
148148
secrets: inherit
149-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
149+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
150150
with:
151151
build_type: ${{ inputs.build_type || 'branch' }}
152152
branch: ${{ inputs.branch }}
@@ -156,7 +156,7 @@ jobs:
156156
wheel-build-cugraph-pyg:
157157
needs: wheel-publish-cugraph
158158
secrets: inherit
159-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
159+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
160160
with:
161161
build_type: ${{ inputs.build_type || 'branch' }}
162162
branch: ${{ inputs.branch }}
@@ -166,7 +166,7 @@ jobs:
166166
wheel-publish-cugraph-pyg:
167167
needs: wheel-build-cugraph-pyg
168168
secrets: inherit
169-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
169+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
170170
with:
171171
build_type: ${{ inputs.build_type || 'branch' }}
172172
branch: ${{ inputs.branch }}
@@ -175,7 +175,7 @@ jobs:
175175
package-name: cugraph-pyg
176176
wheel-build-cugraph-equivariant:
177177
secrets: inherit
178-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
178+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
179179
with:
180180
build_type: ${{ inputs.build_type || 'branch' }}
181181
branch: ${{ inputs.branch }}
@@ -185,7 +185,7 @@ jobs:
185185
wheel-publish-cugraph-equivariant:
186186
needs: wheel-build-cugraph-equivariant
187187
secrets: inherit
188-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
188+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
189189
with:
190190
build_type: ${{ inputs.build_type || 'branch' }}
191191
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)