Skip to content

Build and test with CUDA 13.2.0 - #22463

Merged
rapids-bot[bot] merged 4 commits into
NVIDIA:mainfrom
bdice:cuda-13.2.0
May 13, 2026
Merged

Build and test with CUDA 13.2.0#22463
rapids-bot[bot] merged 4 commits into
NVIDIA:mainfrom
bdice:cuda-13.2.0

Conversation

@bdice

@bdice bdice commented May 11, 2026

Copy link
Copy Markdown
Contributor

Contributes to rapidsai/build-planning#265

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

Notes for Reviewers

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

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

@bdice bdice added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels May 11, 2026
@copy-pr-bot

copy-pr-bot Bot commented May 11, 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.

@github-actions github-actions Bot added Python Affects Python cuDF API. cudf.pandas Issues specific to cudf.pandas labels May 11, 2026
@GPUtester GPUtester moved this to In Progress in cuDF Python May 11, 2026
@bdice bdice changed the title WIP: Build and test with CUDA 13.2.0 Build and test with CUDA 13.2.0 May 11, 2026
@bdice
bdice force-pushed the cuda-13.2.0 branch 2 times, most recently from afb79d4 to 79c2784 Compare May 11, 2026 23:46
@bdice
bdice marked this pull request as ready for review May 12, 2026 00:16
@bdice
bdice requested review from a team as code owners May 12, 2026 00:16
@bdice
bdice requested a review from msarahan May 12, 2026 00:16
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: d83e7acb-4082-4447-812b-b75e85a838cc

📥 Commits

Reviewing files that changed from the base of the PR and between 0f2846a and 800de74.

📒 Files selected for processing (1)
  • .github/workflows/pr.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/pr.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Chores

    • Upgraded CUDA support from 13.1 to 13.2 across dev containers, CI workflows, and environment definitions.
    • Pinned reusable CI workflows to a CUDA 13.2-specific tag to ensure consistent builds and tests.
    • Updated host env/venv/envs naming and mounts to reflect CUDA 13.2.
  • Documentation

    • Updated contributing instructions to reference the CUDA 13.2 development environment setup.

Walkthrough

This PR updates CUDA references from 13.1 to 13.2 across devcontainer configs, generated conda envs, dependency matrices, CONTRIBUTING.md, and pins reusable CI reusable-workflow uses: refs to rapidsai/shared-workflows@cuda-13.2.0.

Changes

CUDA 13.2 Version Upgrade

Layer / File(s) Summary
DevContainer Configuration Updates
.devcontainer/cuda13.2-conda/devcontainer.json, .devcontainer/cuda13.2-pip/devcontainer.json
Build args, base image tag, container name templates, CUDA feature versions, initializeCommand directories, and host mount sources updated from CUDA 13.1 to 13.2 variants.
Conda Environment Specifications
conda/environments/all_cuda-132_arch-*.yaml
Generated environment files renamed and pinned to cuda-version=13.2 (names updated from all_cuda-131_* to all_cuda-132_*).
Build Dependency Matrix
dependencies.yaml
Top-level CI matrix replaces CUDA 13.1 with 13.2 and adds cuda_version-specific pins for conda and requirements outputs.
Test Dependency Matrix
python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
Adds CUDA 13.2 entries for both conda and requirements (wheel) test dependency matrices.
Developer Setup Documentation
CONTRIBUTING.md
References updated to use the CUDA 13.2 conda environment file for cudf_dev setup.
Build Workflow Pinning
.github/workflows/build.yaml
Reusable-workflow uses: refs for build/docs/upload/wheels jobs pinned to rapidsai/shared-workflows@cuda-13.2.0.
Pull Request Workflow Pinning
.github/workflows/pr.yaml
PR validation jobs and devcontainer build invocation pinned to @cuda-13.2.0; devcontainer cuda input updated to ["13.2"].
Test Workflow Pinning
.github/workflows/test.yaml
Test jobs across languages and wheel-based suites pinned to @cuda-13.2.0.
Remaining Workflow Pinning
.github/workflows/pandas-tests.yaml, .github/workflows/pr_issue_status_automation.yml, .github/workflows/trigger-breaking-change-alert.yaml
Supporting workflows' reusable uses: refs pinned to @cuda-13.2.0.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested reviewers

  • gforsyth
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and concisely summarizes the main objective of the changeset: upgrading the build and test infrastructure to use CUDA 13.2.0.
Description check ✅ Passed The pull request description is directly related to the changeset, explaining the purpose (CUDA 13.2.0 upgrade), referencing a related issue, and providing context about workflow transitions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@bdice

bdice commented May 13, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot
rapids-bot Bot merged commit 21afcb2 into NVIDIA:main May 13, 2026
118 of 120 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in cuDF Python May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants