Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading