Skip to content

Commit bd5135e

Browse files
committed
DOC v24.08 Updates [skip ci]
1 parent 46e153c commit bd5135e

File tree

10 files changed

+39
-39
lines changed

10 files changed

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

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

.devcontainer/cuda12.2-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.2",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:24.06-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.08-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER}-rapids-${localWorkspaceFolderBasename}-24.06-cuda12.2-conda"
14+
"${localEnv:USER}-rapids-${localWorkspaceFolderBasename}-24.08-cuda12.2-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.2-pip/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.2",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:24.06-cpp-cuda12.2-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.08-cpp-cuda12.2-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER}-rapids-${localWorkspaceFolderBasename}-24.06-cuda12.2-pip"
14+
"${localEnv:USER}-rapids-${localWorkspaceFolderBasename}-24.08-cuda12.2-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.github/workflows/build.yaml

Lines changed: 8 additions & 8 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.06
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -37,7 +37,7 @@ jobs:
3737
python-build:
3838
needs: [cpp-build]
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.06
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
@@ -46,7 +46,7 @@ jobs:
4646
upload-conda:
4747
needs: [cpp-build, python-build]
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.06
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
5050
with:
5151
build_type: ${{ inputs.build_type || 'branch' }}
5252
branch: ${{ inputs.branch }}
@@ -56,7 +56,7 @@ jobs:
5656
if: github.ref_type == 'branch'
5757
needs: python-build
5858
secrets: inherit
59-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.06
59+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
6060
with:
6161
build_type: ${{ inputs.build_type || 'branch' }}
6262
branch: ${{ inputs.branch }}
@@ -68,7 +68,7 @@ jobs:
6868
run_script: "ci/build_docs.sh"
6969
wheel-build-cpp:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
7272
with:
7373
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7474
build_type: ${{ inputs.build_type || 'branch' }}
@@ -79,7 +79,7 @@ jobs:
7979
wheel-build-python:
8080
needs: wheel-build-cpp
8181
secrets: inherit
82-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
82+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
8383
with:
8484
build_type: ${{ inputs.build_type || 'branch' }}
8585
branch: ${{ inputs.branch }}
@@ -89,7 +89,7 @@ jobs:
8989
wheel-publish-cpp:
9090
needs: wheel-build-cpp
9191
secrets: inherit
92-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
92+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
9393
with:
9494
build_type: ${{ inputs.build_type || 'branch' }}
9595
branch: ${{ inputs.branch }}
@@ -100,7 +100,7 @@ jobs:
100100
wheel-publish-python:
101101
needs: wheel-build-python
102102
secrets: inherit
103-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
103+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
104104
with:
105105
build_type: ${{ inputs.build_type || 'branch' }}
106106
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@ jobs:
2323
- wheel-tests
2424
- devcontainer
2525
secrets: inherit
26-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.06
26+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
2727
checks:
2828
secrets: inherit
29-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.06
29+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
3030
with:
3131
enable_check_generated_files: false
3232
conda-cpp-build:
3333
needs: checks
3434
secrets: inherit
35-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.06
35+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
3636
with:
3737
build_type: pull-request
3838
conda-cpp-tests:
3939
needs: conda-cpp-build
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.06
41+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
4242
with:
4343
build_type: pull-request
4444
conda-python-build:
4545
needs: conda-cpp-build
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.06
47+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
4848
with:
4949
build_type: pull-request
5050
conda-python-tests:
5151
needs: conda-python-build
5252
secrets: inherit
53-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.06
53+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
5454
with:
5555
build_type: pull-request
5656
docs-build:
5757
needs: conda-python-build
5858
secrets: inherit
59-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.06
59+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
6060
with:
6161
build_type: pull-request
6262
node_type: "gpu-v100-latest-1"
@@ -66,28 +66,28 @@ jobs:
6666
wheel-build-cpp:
6767
needs: checks
6868
secrets: inherit
69-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
69+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
7070
with:
7171
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7272
build_type: pull-request
7373
script: ci/build_wheel_cpp.sh
7474
wheel-build-python:
7575
needs: wheel-build-cpp
7676
secrets: inherit
77-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
77+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
7878
with:
7979
build_type: pull-request
8080
script: ci/build_wheel_python.sh
8181
wheel-tests:
8282
needs: wheel-build-python
8383
secrets: inherit
84-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.06
84+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
8585
with:
8686
build_type: pull-request
8787
script: ci/test_wheel.sh
8888
devcontainer:
8989
secrets: inherit
90-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.06
90+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.08
9191
with:
9292
arch: '["amd64"]'
9393
cuda: '["12.2"]'

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ on:
1616
jobs:
1717
cpp-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.06
19+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}
2323
date: ${{ inputs.date }}
2424
sha: ${{ inputs.sha }}
2525
python-tests:
2626
secrets: inherit
27-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.06
27+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
2828
with:
2929
build_type: nightly
3030
branch: ${{ inputs.branch }}
3131
date: ${{ inputs.date }}
3232
sha: ${{ inputs.sha }}
3333
wheel-tests:
3434
secrets: inherit
35-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.06
35+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
3636
with:
3737
build_type: nightly
3838
branch: ${{ inputs.branch }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.06.00
1+
24.08.00

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ dependencies:
137137
- matrix:
138138
cuda: "12.*"
139139
packages:
140-
- librmm-cu12==24.6.*
140+
- librmm-cu12==24.8.*
141141
- matrix:
142142
cuda: "11.*"
143143
packages:
144-
- librmm-cu11==24.6.*
144+
- librmm-cu11==24.8.*
145145
- matrix:
146146
packages:
147-
- librmm==24.6.*
147+
- librmm==24.8.*
148148
checks:
149149
common:
150150
- output_types: [conda, requirements]

python/rmm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires = [
1818
"cmake>=3.26.4",
1919
"cuda-python>=11.7.1,<12.0a0",
2020
"cython>=3.0.0",
21-
"librmm==24.6.*",
21+
"librmm==24.8.*",
2222
"ninja",
2323
"scikit-build-core[pyproject]>=0.7.0",
2424
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)