Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression Tests][rocRAND] Implementation of regression subtest for emulation #581

Merged
merged 20 commits into from
Nov 13, 2024
Merged
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Documentation for rocRAND is available at
## (Unreleased) rocRAND 3.2.0 for ROCm 6.4

### Added

* Added regression tests to `rtest.py`. Regression tests are a subset of tests that caused hardware problems for past emulation environments.
NguyenNhuDi marked this conversation as resolved.
Show resolved Hide resolved
* Can be run with `python rtest.py [--emulation|-e|--test|-t]=regression`
* Added smoke test options, which runs a subset of the unit tests and ensures that less than 2gb of VRAM will be used
* Smoke tests can be run using `[--emulation|-e|--test|-t]=smoke`
* Added `--emulation` option for `rtest.py`
Expand Down
Loading
Loading