Use also a SM120 GPU in light CI for CCCL.C#8972
Open
bernhardmgruber wants to merge 1 commit into
Open
Conversation
davebayer
approved these changes
May 13, 2026
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe pull_request_lite CI workflow matrix is extended with a new test configuration for cccl_c_parallel targeting rtxpro6000 GPU on CTK 13.X with gcc13, adding GPU variant coverage to pull request validation. ChangesCI Matrix Configuration
Suggested reviewers
Comment |
Contributor
😬 CI Workflow Results🟥 Finished in 1h 57m: Pass: 99%/500 | Total: 5d 03h | Max: 59m 14s | Hits: 99%/622174See results here. |
alliepiper
approved these changes
May 13, 2026
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.
#8922 broke the build because the CI did not catch a CUB change affecting CCCL.C. CCCL.C only runs the light PR CI when CUB changes, which only tests on SM75. This PR adds a second run with SM120.
Thanks to @alliepiper for the analysis!