Backport to 2.8: Suppress execution checks for vocabulary types (#3578)#3599
Merged
miscco merged 4 commits intoNVIDIA:branch/2.8.xfrom Feb 3, 2025
Merged
Backport to 2.8: Suppress execution checks for vocabulary types (#3578)#3599miscco merged 4 commits intoNVIDIA:branch/2.8.xfrom
miscco merged 4 commits intoNVIDIA:branch/2.8.xfrom
Conversation
bernhardmgruber
approved these changes
Jan 30, 2025
Contributor
🟨 CI finished in 1h 38m: Pass: 91%/169 | Total: 3d 20h | Avg: 32m 45s | Max: 1h 17m | Hits: 270%/18481
|
| 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: 169)
| # | Runner |
|---|---|
| 125 | linux-amd64-cpu16 |
| 19 | linux-amd64-gpu-v100-latest-1 |
| 14 | windows-amd64-cpu16 |
| 10 | linux-arm64-cpu16 |
| 1 | linux-amd64-gpu-h100-latest-1 |
* Suppress execution checks for optional * Suppress execution checks for `expected` * Suppress execution checks for `pair` * Suppress execution checks for `variant`
Contributor
🟨 CI finished in 2h 07m: Pass: 95%/169 | Total: 3d 18h | Avg: 31m 59s | Max: 1h 15m | Hits: 253%/18481
|
| 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: 169)
| # | Runner |
|---|---|
| 125 | linux-amd64-cpu16 |
| 14 | windows-amd64-cpu16 |
| 10 | linux-amd64-gpu-rtx2080-latest-1 |
| 10 | linux-arm64-cpu16 |
| 6 | linux-amd64-gpu-rtxa6000-latest-1 |
| 3 | linux-amd64-gpu-rtx4090-latest-1 |
| 1 | linux-amd64-gpu-h100-latest-1 |
Contributor
🟩 CI finished in 1h 26m: Pass: 100%/169 | Total: 3d 14h | Avg: 30m 47s | Max: 1h 13m | Hits: 281%/20926
|
| 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: 169)
| # | Runner |
|---|---|
| 125 | linux-amd64-cpu16 |
| 14 | windows-amd64-cpu16 |
| 10 | linux-amd64-gpu-rtx2080-latest-1 |
| 10 | linux-arm64-cpu16 |
| 6 | linux-amd64-gpu-rtxa6000-latest-1 |
| 3 | linux-amd64-gpu-rtx4090-latest-1 |
| 1 | linux-amd64-gpu-h100-latest-1 |
bernhardmgruber
approved these changes
Feb 3, 2025
Contributor
|
Backport failed for Please cherry-pick the changes locally. git fetch origin branch/2.8.x
git worktree add -d .worktree/backport-3599-to-branch/2.8.x origin/branch/2.8.x
cd .worktree/backport-3599-to-branch/2.8.x
git checkout -b backport-3599-to-branch/2.8.x
ancref=$(git merge-base 68cc4ecf5b1d8048df3aaf1d098d124cab75cc23 b6aaf511ba12f79695eab4a48ab5d7cf4adfde9c)
git cherry-pick -x $ancref..b6aaf511ba12f79695eab4a48ab5d7cf4adfde9c |
7 tasks
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.
expectedpairvariant