`_CUB_RETURN_IF_STATUS` macros don't belong in <cub/device/dispatch/dispatch_for_each_in_extents.cuh>
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
https://github.com/NVIDIA/cccl/blob/main/cub/cub/device/dispatch/dispatch_for_each_in_extents.cuh#L53-L70
These macros should live in a different header, if at all. It would be more proper to use the `CubDebug` macro like we do everywhere else.
Related issue: #3090
Contributor guide
Assessment
This issue has not been assessed yet.