-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add more CUB transform benchmarks #2906
Merged
bernhardmgruber
merged 4 commits into
NVIDIA:main
from
bernhardmgruber:more_transform_bench
Nov 26, 2024
Merged
Add more CUB transform benchmarks #2906
bernhardmgruber
merged 4 commits into
NVIDIA:main
from
bernhardmgruber:more_transform_bench
Nov 26, 2024
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
bernhardmgruber
force-pushed
the
more_transform_bench
branch
from
November 20, 2024 10:11
ad2ca53
to
f5db2b4
Compare
🟩 CI finished in 44m 57s: Pass: 100%/224 | Total: 1d 01h | Avg: 6m 52s | Max: 29m 42s | Hits: 99%/12288
|
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: 224)
# | Runner |
---|---|
185 | linux-amd64-cpu16 |
16 | linux-arm64-cpu16 |
14 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
miscco
approved these changes
Nov 21, 2024
bernhardmgruber
force-pushed
the
more_transform_bench
branch
from
November 23, 2024 09:04
f5db2b4
to
e175850
Compare
🟩 CI finished in 47m 48s: Pass: 100%/224 | Total: 1d 00h | Avg: 6m 38s | Max: 26m 39s | Hits: 99%/12288
|
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: 224)
# | Runner |
---|---|
185 | linux-amd64-cpu16 |
16 | linux-arm64-cpu16 |
14 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
bernhardmgruber
force-pushed
the
more_transform_bench
branch
from
November 25, 2024 10:24
72f42c9
to
704312d
Compare
🟩 CI finished in 2h 06m: Pass: 100%/224 | Total: 5d 08h | Avg: 34m 28s | Max: 1h 18m | Hits: 87%/12288
|
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: 224)
# | Runner |
---|---|
185 | linux-amd64-cpu16 |
16 | linux-arm64-cpu16 |
14 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
gevtushenko
approved these changes
Nov 25, 2024
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 PR adds a bunch of new benchmarks for CUB transform. I still have to figure out whether all benchmarks are necessary, because I don't want to cover redundant aspects.
Turns out, we cannot run this using tuning:@gevtushenko do all sub benchmarks within the same benchmark file must have the same axes?
Edit: I split the benchmarks into separate files now and this resolved the issue.