Remove _CCCL_GRID_CONSTANT from merge sort kernel parameters - #9829
Merged
Merged
Conversation
Contributor
Contributor
Author
|
/ok to test 174518f |
Contributor
|
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
WalkthroughChangesMerge sort kernel signatures
Suggested reviewers: Comment |
pauleonix
approved these changes
Jul 13, 2026
Contributor
Author
|
/ok to test 3494ff9 |
This comment has been minimized.
This comment has been minimized.
Contributor
🥳 CI Workflow Results🟩 Finished in 2h 06m: Pass: 100%/287 | Total: 5d 14h | Max: 1h 09m | Hits: 66%/390652See results here. |
Contributor
|
Successfully created backport PR for |
This was referenced Jul 14, 2026
This was referenced Jul 14, 2026
wmaxey
pushed a commit
that referenced
this pull request
Jul 14, 2026
…uding merge sort (#9864) * Remove most `CCCL_GRID_CONSTANT` annotations (#9858) QA reported several regressions caused by the introduction of `_CCCL_GRID_CONSTANT` in #6642. The regressions include: - #9763 - #9765 - #9766 - #9768 - #9822 The cause of the regression is probably a compiler bug, reported in NVBug 6448961. This PR mainly reverts #6642, but since a lot of time has passed, I needed to do a lot of manual editing as well. Fixes: #9768 Fixes: #9822 Fixes: #9851 (cherry picked from commit d8fd76b) * Remove _CCCL_GRID_CONSTANT from merge sort kernel parameters (#9829) Co-authored-by: Paul Grosse-Bley <pauleonix-dev@pm.me> --------- Co-authored-by: nanan-nvidia <nan@nvidia.com> Co-authored-by: Paul Grosse-Bley <pauleonix-dev@pm.me>
1 task
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.
This fixes observed regressions on
merge_sort_keysandmerge_sort_pairsmerge_sort_keys, B200merge_sort_pairs, B200