`_CCCL_ASSERT` is not checked in CCCL.C unit tests when configured with RelWithDebInfo
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
`_CCCL_ASSERT` tests important assertions in host and device code and is thus always enabled in all unit tests. However, CCCL.C unit tests do not enable assertions when not built in cmake `Debug` mode. We should enable all assertions at all times when running CCCL.C unit tests.
Contributor guide
Assessment
This issue has not been assessed yet.