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

CUB 1.3.2

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

Summary

CUB 1.3.2 is a minor release.

Bug Fixes

  • Fix cub::DeviceReduce where reductions of small problems (small enough to only dispatch a single thread block) would run in the default stream (stream zero) regardless of whether an alternate stream was specified.