define _CCCL_NO_RTTI in device code; RTTI isn't available there#2639
Merged
Conversation
Contributor
🟨 CI finished in 1h 18m: Pass: 98%/394 | Total: 1d 23h | Avg: 7m 15s | Max: 49m 21s | Hits: 74%/25785
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| CUB | |
| Thrust | |
| CUDA Experimental | |
| pycuda | |
| CCCL C Parallel Library |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| +/- | CUB |
| +/- | Thrust |
| +/- | CUDA Experimental |
| +/- | pycuda |
| +/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 394)
| # | Runner |
|---|---|
| 326 | linux-amd64-cpu16 |
| 28 | linux-arm64-cpu16 |
| 25 | linux-amd64-gpu-v100-latest-1 |
| 15 | windows-amd64-cpu16 |
ericniebler
commented
Oct 29, 2024
Contributor
🟨 CI finished in 1h 04m: Pass: 99%/394 | Total: 2d 01h | Avg: 7m 29s | Max: 44m 53s | Hits: 74%/25785
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| CUB | |
| Thrust | |
| CUDA Experimental | |
| pycuda | |
| CCCL C Parallel Library |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| +/- | CUB |
| +/- | Thrust |
| +/- | CUDA Experimental |
| +/- | pycuda |
| +/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 394)
| # | Runner |
|---|---|
| 326 | linux-amd64-cpu16 |
| 28 | linux-arm64-cpu16 |
| 25 | linux-amd64-gpu-v100-latest-1 |
| 15 | windows-amd64-cpu16 |
miscco
approved these changes
Oct 29, 2024
Contributor
🟩 CI finished in 1h 11m: Pass: 100%/394 | Total: 1d 23h | Avg: 7m 10s | Max: 45m 41s | Hits: 81%/25785
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| CUB | |
| Thrust | |
| CUDA Experimental | |
| pycuda | |
| CCCL C Parallel Library |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | libcu++ |
| +/- | CUB |
| +/- | Thrust |
| +/- | CUDA Experimental |
| +/- | pycuda |
| +/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 394)
| # | Runner |
|---|---|
| 326 | linux-amd64-cpu16 |
| 28 | linux-arm64-cpu16 |
| 25 | linux-amd64-gpu-v100-latest-1 |
| 15 | windows-amd64-cpu16 |
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
currently we are not defining
_CCCL_NO_RTTIwhen compiling for device, but any attempt to use RTTI there will fail. this pr corrects an oversight i made in #2578