Skip to content

Commit

Permalink
[Extended Tests][hipCUB] Implemented extended tests filter for emulat…
Browse files Browse the repository at this point in the history
…ion work. (#427)

* Added extended options to test pool

* Implemented extended test

* Updated changelog to include extended tests change

---------

Co-authored-by: spolifroni-amd <[email protected]>
  • Loading branch information
NguyenNhuDi and spolifroni-amd authored Nov 14, 2024
1 parent 42e8cbe commit c54ded0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Full documentation for hipCUB is available at [https://rocm.docs.amd.com/project
## (Unreleased) hipCUB-x.x.x for ROCm 6.4.0

### Added
* Added extended tests to `rtest.py`. These tests are extra tests that did not fit the criteria of smoke and regression tests. These tests will take much longer to run relative to smoke and regression tests. Use `python rtest.py [--emulation|-e|--test|-t]=extended` to run these tests.
* Added regression tests to `rtest.py`. These tests recreate scenarios that have caused hardware problems in past emulation environments. Use `python rtest.py [--emulation|-e|--test|-t]=regression` to run these tests.
* Added `ForEach`, `ForEachN`, `ForEachCopy`, `ForEachCopyN` and `Bulk` functions to have parity with CUB.
* Added the `hipcub::CubVector` type for CUB parity.
Expand Down
Loading

0 comments on commit c54ded0

Please sign in to comment.