-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove reduce tunings with no benefit #3724
Merged
Merged
Conversation
This file contains 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
I second that |
gonidelis
approved these changes
Feb 6, 2025
miscco
reviewed
Feb 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see red I hit approve
miscco
approved these changes
Feb 6, 2025
🟩 CI finished in 1h 38m: Pass: 100%/90 | Total: 2d 15h | Avg: 42m 20s | Max: 1h 16m | Hits: 74%/132225
|
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
Thrust | |
CUDA Experimental | |
python | |
CCCL C Parallel Library | |
Catch2Helper |
Modifications in project or dependencies?
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
+/- | Thrust |
CUDA Experimental | |
+/- | python |
+/- | CCCL C Parallel Library |
+/- | Catch2Helper |
🏃 Runner counts (total jobs: 90)
# | Runner |
---|---|
65 | linux-amd64-cpu16 |
9 | windows-amd64-cpu16 |
6 | linux-amd64-gpu-rtxa6000-latest-1 |
4 | linux-arm64-cpu16 |
3 | linux-amd64-gpu-rtx4090-latest-1 |
2 | linux-amd64-gpu-rtx2080-latest-1 |
1 | linux-amd64-gpu-h100-latest-1 |
alliepiper
approved these changes
Feb 6, 2025
elstehle
approved these changes
Feb 7, 2025
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin branch/2.8.x
git worktree add -d .worktree/backport-3724-to-branch/2.8.x origin/branch/2.8.x
cd .worktree/backport-3724-to-branch/2.8.x
git switch --create backport-3724-to-branch/2.8.x
git cherry-pick -x 3cd4d9edfc57a9e9afcab7bfe183b00c5163a9a5 |
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this pull request
Feb 7, 2025
bernhardmgruber
added a commit
that referenced
this pull request
Feb 7, 2025
* Add b200 policies for reduce (#3612) * Add b200 policies for cub.device.reduce.sum * Add b200 policies for reduce.min Co-authored-by: Giannis Gonidelis <[email protected]> * Remove reduce tunings with no benefit (#3724) Co-authored-by: Giannis Gonidelis <[email protected]>
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.
Follow up to #3612 where the verification benchmark showed that several selected tunings did not show significant improvements in the end. This PR removes those tunings.