Skip to content
7 changes: 7 additions & 0 deletions projects/hipcub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Full documentation for hipCUB is available at [https://rocm.docs.amd.com/project
* `UnrolledThreadLoad`, `UnrolledCopy`, and `ThreadLoadVolatilePointer` were added to align hipCUB with CUB.
* `ThreadStoreVolatilePtr` and the `IterateThreadStore` struct were added to align hipCUB with CUB.
* Added `hipcub::InclusiveScanInit` for CUB parity.
* Additional Unit Tests for:
* block_exchange
* block_merge_sort
* block_radix_rank
* block_radix_sort
* block_reduce
* block_shuffle

### Removed

Expand Down
361 changes: 179 additions & 182 deletions projects/hipcub/test/hipcub/test_hipcub_block_discontinuity.cpp

Large diffs are not rendered by default.

Loading