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

CUB 1.17.1

Compare
Choose a tag to compare
@alliepiper alliepiper released this 15 Aug 16:19
· 365 commits to main since this release

Summary

CUB 1.17.1 is a minor bugfix release.

  • #508: Ensure that temp_storage_bytes is properly set in
    the AdjacentDifferenceCopy device algorithms.
  • #508: Remove excessive calls to the binary operator given to
    the AdjacentDifferenceCopy device algorithms.
  • Fix device-side debug synchronous behavior in DeviceSegmentedSort.