This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
CUB 0.9.2
Summary
CUB 0.9.2 adds cub::WarpReduce
.
New Features
cub::WarpReduce
, which uses the SHFL instruction when applicable.cub::BlockReduce
now uses thiscub::WarpReduce
instead of implementing its own.
Enhancements
- Documentation updates and corrections.
Bug Fixes
- Fixes for 64-bit Linux compilation warnings and errors.