This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
CUB 1.8.0
Summary
CUB 1.8.0 introduces changes to the cub::Shuffle*
interfaces.
Breaking Changes
- The interfaces of
cub::ShuffleIndex
,cub::ShuffleUp
, andcub::ShuffleDown
have been changed to allow for better computation of the PTX SHFL control constant for logical warps smaller than 32 threads.
Bug Fixes
- #112: Fix
cub::WarpScan
's broadcast of warp-wide aggregate for logical warps smaller than 32 threads.