Skip to content

Commit 2695a52

Browse files
[Extended Tests][rocThrust] Implemented extended tests filter for emulation work. (#487)
* Started implentation of extended tests * Finished extended tests filter implementation * Updated changelog to include extended tests * Update CHANGELOG.md --------- Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>
1 parent f7e6ed5 commit 2695a52

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ Documentation for rocThrust available at
55

66
## (Unreleased) rocThrust 3.2.0 for ROCm 6.4
77

8-
### Additions
9-
* Added regression tests to `rtest.py`. Regression tests are a subset of tests that caused hardware problems for past emulation environments.
10-
* Can be run with `python rtest.py [--emulation|-e|--test|-t]=regression`
11-
* Added smoke test options, which runs a subset of the unit tests and ensures that less than 2gb of VRAM will be used
12-
* Smoke tests can be run using `[--emulation|-e|--test|-t]=smoke`
8+
### Added
9+
* 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.
10+
* 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.
11+
* Added smoke test options, which runs a subset of the unit tests and ensures that less than 2gb of VRAM will be used. Use `python rtest.py [--emulation|-e|--test|-t]=smoke` to run these tests.
1312
* Added `--emulation` option for `rtest.py`
1413

15-
### Changes
14+
### Changed
1615
* `--test|-t` is no longer a required flag for `rtest.py`. Instead, the user can use either `--emulation|-e` or `--test|-t`, but not both.
1716

1817
## (Unreleased) rocThrust 3.2.0 for ROCm 6.3

rtest.xml

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)