[cub] Replace arch_id with compute_capability#8728
Merged
davebayer merged 1 commit intoNVIDIA:mainfrom Apr 30, 2026
Merged
Conversation
b2fba9f to
f4249f9
Compare
miscco
approved these changes
Apr 29, 2026
bernhardmgruber
approved these changes
Apr 29, 2026
This comment has been minimized.
This comment has been minimized.
082e9c5 to
ae0976f
Compare
1 task
22481d8 to
3e9c4f6
Compare
This comment has been minimized.
This comment has been minimized.
3e9c4f6 to
1eccadb
Compare
8 tasks
Contributor
Author
|
pre-commit.ci autofix |
Contributor
Contributor
Author
|
/ok to test c3570ee |
c3570ee to
1884bd5
Compare
Collaborator
|
/ok to test 1884bd5 |
bernhardmgruber
approved these changes
Apr 30, 2026
Comment on lines
84
to
88
| ::cudaError_t PtxVersion(int& version) const | ||
| { | ||
| version = cc * 10; | ||
| version = cc_ * 10; | ||
| return cudaSuccess; | ||
| } |
Contributor
There was a problem hiding this comment.
Suggestion: that function should become obsolete by this PR and can be removed (in a follow-up PR)
| struct a_policy | ||
| { | ||
| arch_id value; | ||
| int value; |
Contributor
3 tasks
Contributor
🥳 CI Workflow Results🟩 Finished in 2h 27m: Pass: 100%/381 | Total: 10d 05h | Max: 2h 00m | Hits: 87%/483871See results here. |
7 tasks
rapids-bot Bot
pushed a commit
to rapidsai/rapids-cmake
that referenced
this pull request
May 1, 2026
This PR updates CCCL to the latest 3.4.0 pre-release commit. Comparison of CCCL commits: NVIDIA/cccl@a4fd978...2b7188d We specifically need these features/fixes for RAPIDS projects: - NVIDIA/cccl#8728 Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #1015
3 tasks
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.
No description provided.