-
Notifications
You must be signed in to change notification settings - Fork 188
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 b200 policies for cub.device.run_length_encode.encode,non_trivialruns #3546
Conversation
🟨 CI finished in 5h 18m: Pass: 98%/90 | Total: 16h 37m | Avg: 11m 05s | Max: 48m 35s | Hits: 418%/10928
|
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 |
11 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
4 | linux-arm64-cpu16 |
1 | linux-amd64-gpu-h100-latest-1-testing |
cae7c17
to
6737746
Compare
6737746
to
17258f4
Compare
🟨 CI finished in 2h 02m: Pass: 98%/90 | Total: 15h 28m | Avg: 10m 19s | Max: 41m 33s | Hits: 420%/10928
|
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 |
11 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
4 | linux-arm64-cpu16 |
1 | linux-amd64-gpu-h100-latest-1-testing |
|
|
I think we should revert that tuning for
|
There is no tuning for that workload. Something is getting picked up wrong maybe? Or a machine hiccup. @bernhardmgruber |
3b51ac5
to
d21e758
Compare
Well done! That fastest fix is to prove me wrong! :D |
Alright, this tuning LGTM! |
cb98255
to
c6bc9df
Compare
🟨 CI finished in 1h 48m: Pass: 98%/90 | Total: 2d 03h | Avg: 34m 00s | Max: 1h 20m | Hits: 162%/13398
|
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 |
🟩 CI finished in 2h 21m: Pass: 100%/90 | Total: 2d 03h | Avg: 34m 14s | Max: 1h 20m | Hits: 162%/13398
|
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 |
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-3546-to-branch/2.8.x origin/branch/2.8.x
cd .worktree/backport-3546-to-branch/2.8.x
git switch --create backport-3546-to-branch/2.8.x
git cherry-pick -x 791964587baf970b5a8657ef2a54aa11ad887e5f |
…runs (NVIDIA#3546) Co-authored-by: Giannis Gonidelis <[email protected]>
…runs (#3546) (#3704) Co-authored-by: Giannis Gonidelis <[email protected]>
No description provided.