diff --git a/CHANGELOG.md b/CHANGELOG.md index 04852253..0490b493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Documentation for hipCUB is available at ### Added * Add support for large indices in `hipcub::DeviceSegmentedReduce::*`. rocPRIM's backend provides support for all reduce variants, but CUB's does not have support yet for `DeviceSegmentedReduce::Arg*`, so large indices support has been excluded for these as well in hipCUB. - +* Add -t smoke option in rtest.py. It will run a subset of tests such that the total test time is in 5 minutes. Use python3 ./rtest.py --test smoke or python3 ./rtest.py -t smoke to execute smoke test. ### Changed * The NVIDIA backend now requires CUB, Thrust and libcu++ 2.3.2. If it is not found it will be downloaded from the NVIDIA CCCL repository. diff --git a/rtest.xml b/rtest.xml index b14d0171..a12363cb 100644 --- a/rtest.xml +++ b/rtest.xml @@ -2,10 +2,14 @@ + {CTEST_FILTER} {CTEST_REGEX} {CTEST_FILTER} {CTEST_REGEX} + + {SMOKE_TEST} + \ No newline at end of file