[STF] Remove unmaintained CUDASTF_DEBUG option#3944
Merged
caugonnet merged 7 commits intoNVIDIA:mainfrom Feb 26, 2025
Merged
Conversation
…etter instrumentation available
Contributor
Contributor
Author
|
/ok to test |
Contributor
🟩 CI finished in 29m 32s: Pass: 100%/22 | Total: 4h 31m | Avg: 12m 21s | Max: 15m 26s | Hits: 65%/11374
|
| 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: 22)
| # | Runner |
|---|---|
| 13 | linux-amd64-cpu16 |
| 4 | linux-arm64-cpu16 |
| 2 | windows-amd64-cpu16 |
| 2 | linux-amd64-gpu-rtx2080-latest-1 |
| 1 | linux-amd64-gpu-h100-latest-1 |
Contributor
Author
|
/ok to test |
miscco
approved these changes
Feb 26, 2025
Contributor
Author
|
/ok to test |
Contributor
Author
|
/ok to test |
Contributor
🟩 CI finished in 1h 34m: Pass: 100%/162 | Total: 3d 01h | Avg: 27m 07s | Max: 1h 18m | Hits: 77%/248903
|
| 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: 162)
| # | Runner |
|---|---|
| 111 | linux-amd64-cpu16 |
| 15 | windows-amd64-cpu16 |
| 12 | linux-amd64-gpu-rtx2080-latest-1 |
| 10 | linux-arm64-cpu16 |
| 6 | linux-amd64-gpu-rtxa6000-latest-1 |
| 5 | linux-amd64-gpu-h100-latest-1 |
| 3 | linux-amd64-gpu-rtx4090-latest-1 |
davebayer
pushed a commit
to davebayer/cccl
that referenced
this pull request
Apr 7, 2025
* Remove outdated debug code that is no longer needed because we have better instrumentation available * Misc. compilation fixes for CUDASTF_DEBUG * Entirely remove CUDASTF_DEBUG * remove more outdated debug code
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.
Description
Some sanity checks where available with CUDASTF_DEBUG option which was unmaintained, and not so useful (not even compiling!). So we remove this to reduce code bloat.
closes
Checklist