Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

CUB 1.8.0

Compare
Choose a tag to compare
@brycelelbach brycelelbach released this 19 May 08:59

Summary

CUB 1.8.0 introduces changes to the cub::Shuffle* interfaces.

Breaking Changes

  • The interfaces of cub::ShuffleIndex, cub::ShuffleUp, and cub::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.