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
79 changes: 0 additions & 79 deletions projects/hipcub/.jenkins/common.groovy

This file was deleted.

84 changes: 0 additions & 84 deletions projects/hipcub/.jenkins/precheckin.groovy

This file was deleted.

64 changes: 0 additions & 64 deletions projects/hipcub/.jenkins/staticanalysis.groovy

This file was deleted.

82 changes: 0 additions & 82 deletions projects/hipcub/.jenkins/staticlibrary.groovy

This file was deleted.

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
Loading
Loading