From ef227ad35b54782de3c60f2bbd291616a2e2dc78 Mon Sep 17 00:00:00 2001 From: NguyenNhuDi Date: Tue, 5 Nov 2024 22:05:16 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e030122..00024698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +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. + * Can be ran with `python rtest.py [--emulation|-e|--test|-t]=regression` * 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`