wheels-build: use newest CTK (13.3.0) for wheel builds - #590
Merged
Conversation
19 tasks
jameslamb
marked this pull request as ready for review
July 8, 2026 21:06
bdice
approved these changes
Jul 8, 2026
Member
Author
|
/merge |
This was referenced Jul 10, 2026
jameslamb
added a commit
to NVIDIA/raft
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that.
jameslamb
added a commit
to NVIDIA/cuvs
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that.
rapids-bot Bot
pushed a commit
to NVIDIA/cuopt
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #1527
rapids-bot Bot
pushed a commit
to rapidsai/cuml
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #8345
rapids-bot Bot
pushed a commit
to rapidsai/cugraph
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #5575
rapids-bot Bot
pushed a commit
to rapidsai/cudf
that referenced
this pull request
Jul 10, 2026
Contributes to rapidsai/build-planning#268 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. This updates the project's `nvidia-nvjitlink` floor to match that. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #23174
rapids-bot Bot
pushed a commit
to rapidsai/cugraph-gnn
that referenced
this pull request
Jul 10, 2026
…builds (#487) ## Updates to CTK 13 for wheels Closes rapidsai/build-planning#268 * updates the project's `nvidia-nvjitlink` floor to match that * expands the `torch` testing matrix... `torch` 2.13 now has a more permissive range of supported `nvidia-nvjitlink` wheels, so **we can now test with `torch` wheels on ALL CUDA 13 versions** 🎉 Part of a RAPIDS-wide initiative to build wheels using v13.3.0 of the CUDA Toolkit, and to generally get RAPIDS back to the pattern of always building against its latest supported CTK. As of rapidsai/shared-workflows#590, RAPIDS builds CUDA 13 wheels with v13.3 of the CTK. ## Updates to C++20 NVIDIA/raft#3052 uses C++20-only `std::atomic<shared_ptr>`. Wholegraph must now also compile with `-std=c++20`, since it has a build-time dependency on RAFT. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Bradley Dice (https://github.com/bdice) URL: #487
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to rapidsai/build-planning#268
Switches RAPIDS wheel builds from CTK 13.0 to 13.3 (the latest RAPIDS supports as of this writing).