You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
11
11
* 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.
12
12
* 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.
@@ -15,6 +15,7 @@ Documentation for rocRAND is available at
15
15
### Changed
16
16
17
17
*`--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.
18
+
* Removed TBB dependency for multi-core processing of host-side generation.
18
19
19
20
## rocRAND 3.2.0 for ROCm 6.3.0
20
21
@@ -29,7 +30,6 @@ Documentation for rocRAND is available at
29
30
### Changed
30
31
31
32
*`rocrand_discrete` for MTGP32, LFSR113 and ThreeFry generators now uses the alias method, which is faster than binary search in CDF.
32
-
* Removed TBB dependency for multi-core processing of host-side generation.
0 commit comments