Skip to content

Commit

Permalink
updated changelog to be more consistent with other libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenNhuDi committed Nov 1, 2024
1 parent 0894a4f commit c8e452b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ Documentation for rocRAND is available at
## (Unreleased) rocRAND 3.2.0 for ROCm 6.4

### Added
* rtest.py, a python script to run unit tests
* added a smoke test option. To run the smoke tests, use `python3 rtest.py -t/--test smoke`.
* added emulation test option. I.e `python3 -e/--emulation=smoke`
* Added smoke test options, which runs a subset of the unit tests and ensuring that less than 2gb of VRAM will be used
* Smoke tests can be ran with `[--emulation|-e|--test|-t]=smoke`
* Added `--emulation` option added for `rtest.py`

### Changed
* `--test|-t` no longer a required flag for `rtest.py`, instead user can use either `--emulation|-e` or `--test|-t` but not both

## rocRAND 3.2.0 for ROCm 6.3.0

Expand Down

0 comments on commit c8e452b

Please sign in to comment.