Skip to content

Add CUDA 13.1.0 support#483

Merged
jameslamb merged 5 commits intomainfrom
cuda-13.1.0
Jan 14, 2026
Merged

Add CUDA 13.1.0 support#483
jameslamb merged 5 commits intomainfrom
cuda-13.1.0

Conversation

@bdice
Copy link
Copy Markdown
Contributor

@bdice bdice commented Dec 14, 2025

Summary

  • Update build workflows (conda-cpp-build, conda-python-build, wheels-build) to build with CUDA 13.1.0
  • Update test workflows (conda-cpp-tests, conda-python-tests, wheels-test) to test both CUDA 13.0.2 and 13.1.0
  • Update checks.yaml to use CUDA 13.1.0 image

Dependencies

Depends on rapidsai/ci-imgs#337

Part of rapidsai/build-planning#236

@gforsyth gforsyth added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 5, 2026
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #2195
rapids-bot bot pushed a commit to rapidsai/ucxx that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #565
rapids-bot bot pushed a commit to rapidsai/rapids-cmake that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #960
rapids-bot bot pushed a commit to rapidsai/nx-cugraph that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #224
rapids-bot bot pushed a commit to rapidsai/kvikio that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #891
rapids-bot bot pushed a commit to rapidsai/cuxfilter that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #753
rapids-bot bot pushed a commit to rapidsai/cucim that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #1000
rapids-bot bot pushed a commit to rapidsai/dask-cuda that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #1601
rapids-bot bot pushed a commit to rapidsai/rapidsmpf that referenced this pull request Jan 5, 2026
Contributes to rapidsai/build-planning#236

Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #767
jameslamb added a commit to rapidsai/rmm that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/rapidsmpf that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/rapids-cmake that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/raft that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/nx-cugraph that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/kvikio that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cuvs-lucene that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cuvs that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cuml that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cugraph-gnn that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cugraph-docs that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cugraph that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/nvforest that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cudf that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
jameslamb added a commit to rapidsai/cucim that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
rgsl888prabhu pushed a commit to NVIDIA/cuopt that referenced this pull request Jan 14, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated GitHub Actions workflow configurations to use main branch
tracking instead of version-specific references across build, test, and
release pipelines.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@jameslamb
Copy link
Copy Markdown
Member

I've deleted this branch, now that it's been about a week since all the references in rapidsai repos were removed (GitHub search)

@jameslamb jameslamb deleted the cuda-13.1.0 branch January 20, 2026 14:57
gforsyth pushed a commit to gforsyth/kvikio that referenced this pull request Jan 21, 2026
Contributes to rapidsai/build-planning#236

Updates branch for GitHub Actions workflows from `@cuda-13.1.0` to
`@main` now that rapidsai/shared-workflows#483
is merged.
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