Skip to content

Build and test with CUDA 13.3.0 - #476

Merged
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
bdice:cuda-13.3.0
Jun 11, 2026
Merged

Build and test with CUDA 13.3.0#476
rapids-bot[bot] merged 1 commit into
rapidsai:mainfrom
bdice:cuda-13.3.0

Conversation

@bdice

@bdice bdice commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Contributes to rapidsai/build-planning#286

  • uses CUDA 13.3.0 to build and test
  • updates to CUDA 13.3.0 devcontainers

Notes for Reviewers

This switches GitHub Actions workflows to the cuda-13.3.0 branch from here: rapidsai/shared-workflows#574

A future round of PRs will revert that back to main, once all of RAPIDS is migrated.

@bdice bdice added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jun 9, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@bdice bdice changed the title WIP: Build and test with CUDA 13.3.0 Build and test with CUDA 13.3.0 Jun 9, 2026
@bdice
bdice marked this pull request as ready for review June 10, 2026 17:34
@bdice
bdice requested review from a team as code owners June 10, 2026 17:34
@bdice
bdice requested a review from KyleFromNVIDIA June 10, 2026 17:34
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps CUDA from 13.2 to 13.3 across devcontainers, conda environments, and GitHub Actions workflows. Shared-workflow refs are temporarily pointed at the cuda-13.3.0 branch instead of main and will be reverted once the full RAPIDS ecosystem migrates.

  • Devcontainer configs renamed from cuda13.2-* to cuda13.3-* with all internal version strings updated consistently.
  • dependencies.yaml adds new conda and pip-wheel matrix entries for CUDA 13.3, following the same pattern as prior 13.x entries.
  • All 11 workflow uses: lines updated from @main to @cuda-13.3.0, and the build/devcontainer CUDA version arrays updated from 13.2 to 13.3.

Confidence Score: 5/5

Straightforward CUDA 13.2 → 13.3 version bump with no logic changes; all files updated consistently.

Every reference to CUDA 13.2 has been updated to 13.3, the new dependencies.yaml matrix entries mirror the established pattern for prior 13.x versions, and the temporary @cuda-13.3.0 workflow branch is intentional per the PR description.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/build.yaml All shared-workflow refs updated from @main to @cuda-13.3.0; devcontainer cuda array updated from 13.2 to 13.3.
.github/workflows/pr.yaml All shared-workflow refs updated to @cuda-13.3.0; devcontainer cuda version updated to 13.3.
.github/workflows/test.yaml All shared-workflow refs updated to @cuda-13.3.0; no other logic changes.
.github/workflows/trigger-breaking-change-alert.yaml Shared-workflow ref updated to @cuda-13.3.0; no functional change.
dependencies.yaml CUDA matrix updated to use 13.3 instead of 13.2; new conda and pip wheel matrix entries added for 13.3, consistent with existing 13.x entries.
.devcontainer/cuda13.3-conda/devcontainer.json Renamed from cuda13.2-conda; all version references updated to 13.3.
.devcontainer/cuda13.3-pip/devcontainer.json Renamed from cuda13.2-pip; all version references including the base image and cuda feature updated to 13.3.
conda/environments/all_cuda-133_arch-x86_64.yaml Renamed from cuda-132 variant; cuda-version dependency updated to 13.3 and env name updated.
conda/environments/all_cuda-133_arch-aarch64.yaml Renamed from cuda-132 variant; cuda-version dependency updated to 13.3 and env name updated.
python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-133_arch-x86_64.yaml Renamed from cuda-132 variant; env name updated to cuda-133.
python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-133_arch-aarch64.yaml Renamed from cuda-132 variant; env name updated to cuda-133.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR Trigger] --> B[pr.yaml]
    B --> C[shared-workflows at cuda-13.3.0]
    C --> D[conda-cpp-build\ncuda-version=13.3]
    C --> E[wheel-build\ncuda-toolkit==13.3]
    C --> F[devcontainer\ncuda 13.3]
    D --> G[conda-cpp-tests]
    D --> H[conda-python-build]
    E --> I[wheel-tests]
    F --> J[devcontainer images\ncuda13.3-conda and cuda13.3-pip]
Loading

Reviews (1): Last reviewed commit: "Build and test with CUDA 13.3.0" | Re-trigger Greptile

@jameslamb

Copy link
Copy Markdown
Member

/merge

@rapids-bot
rapids-bot Bot merged commit 51c8d26 into rapidsai:main Jun 11, 2026
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants