From 3716c7715edc76432432bb3bbae543f4433af07b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 11 May 2026 18:44:11 -0500 Subject: [PATCH] Build and test with CUDA 13.2.0 --- .github/workflows/build.yaml | 2 +- .github/workflows/pr.yaml | 6 +++--- ...a-131_arch-x86_64.yaml => all_cuda-132_arch-x86_64.yaml} | 4 ++-- dependencies.yaml | 6 +++++- docs/cugraph-docs/source/installation/getting_cugraph.md | 2 +- .../source/wholegraph/installation/getting_wholegraph.md | 2 +- 6 files changed, 13 insertions(+), 9 deletions(-) rename conda/environments/{all_cuda-131_arch-x86_64.yaml => all_cuda-132_arch-x86_64.yaml} (92%) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3fa7d3f..04d5454 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: docs-build: if: github.ref_type == 'branch' secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 with: arch: "amd64" branch: ${{ inputs.branch }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d6d8b11..ba96401 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,7 +16,7 @@ jobs: - checks - docs-build secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main + uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0 if: always() with: needs: ${{ toJSON(needs) }} @@ -31,14 +31,14 @@ jobs: checks: secrets: inherit needs: telemetry-setup - uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main + uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.2.0 with: enable_check_generated_files: false ignored_pr_jobs: "telemetry-summarize" docs-build: needs: checks secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 with: build_type: pull-request node_type: "gpu-l4-latest-1" diff --git a/conda/environments/all_cuda-131_arch-x86_64.yaml b/conda/environments/all_cuda-132_arch-x86_64.yaml similarity index 92% rename from conda/environments/all_cuda-131_arch-x86_64.yaml rename to conda/environments/all_cuda-132_arch-x86_64.yaml index f80b41a..a1560a4 100644 --- a/conda/environments/all_cuda-131_arch-x86_64.yaml +++ b/conda/environments/all_cuda-132_arch-x86_64.yaml @@ -7,7 +7,7 @@ channels: - pyg dependencies: - breathe>=4.35 -- cuda-version=13.1 +- cuda-version=13.2 - cugraph-pyg==26.6.*,>=0.0.0a0 - cugraph==26.6.*,>=0.0.0a0 - doxygen @@ -25,4 +25,4 @@ dependencies: - sphinx-copybutton - sphinx-markdown-tables - sphinxcontrib-websupport -name: all_cuda-131_arch-x86_64 +name: all_cuda-132_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 736d163..388a3cc 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -4,7 +4,7 @@ files: output: [conda] matrix: # docs are only built on the latest CUDA version RAPIDS supports - cuda: ["13.1"] + cuda: ["13.2"] arch: [x86_64] includes: - checks @@ -61,6 +61,10 @@ dependencies: cuda: "13.1" packages: - cuda-version=13.1 + - matrix: + cuda: "13.2" + packages: + - cuda-version=13.2 docs: common: diff --git a/docs/cugraph-docs/source/installation/getting_cugraph.md b/docs/cugraph-docs/source/installation/getting_cugraph.md index dd87f70..5ec2e85 100644 --- a/docs/cugraph-docs/source/installation/getting_cugraph.md +++ b/docs/cugraph-docs/source/installation/getting_cugraph.md @@ -38,7 +38,7 @@ Install and update cuGraph using the conda command: ```bash # CUDA 13 -conda install -c rapidsai -c conda-forge cugraph cuda-version=13.1 +conda install -c rapidsai -c conda-forge cugraph cuda-version=13.2 # CUDA 12 conda install -c rapidsai -c conda-forge cugraph cuda-version=12.9 diff --git a/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md b/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md index 74deb1d..ddab9e7 100644 --- a/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md +++ b/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md @@ -34,7 +34,7 @@ Install and update WholeGraph using the conda command: ```bash # CUDA 13 -conda install -c rapidsai -c conda-forge wholegraph cuda-version=13.1 +conda install -c rapidsai -c conda-forge wholegraph cuda-version=13.2 # CUDA 12 conda install -c rapidsai -c conda-forge wholegraph cuda-version=12.9