[BUG]: single pass reduce
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 487
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 296
Description
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md)
### Type of Bug
Performance
### Component
CUB
### Describe the bug
Make reduce single pass instead of 2 pass, required to improve the performance of reduce by 10x for sizes < 1GB.
Internal implementation available.
### How to Reproduce
.
### Expected behavior
.
### Reproduction link
.
### Operating System
.
### nvidia-smi output
.
### NVCC version
.
Contributor guide
Assessment
This issue has not been assessed yet.