forked from ROCm/rocSPARSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtest.xml
19 lines (19 loc) · 881 Bytes
/
rtest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<testset>
<fileversion>0.1</fileversion>
<var name="COMMAND" value="rocsparse-test --gtest_color=yes --gtest_output=xml"></var>
<var name="GTEST_FILTER" value="*"></var>
<test sets="psdb">
<run name="quick_pre_checkin">{COMMAND}:output_psdb.xml --gtest_filter=*quick*:*pre_checkin*</run>
</test>
<test sets="osdb">
<run name="nightly">{COMMAND}:output_osdb.xml --gtest_filter=*nightly*:*pre_checkin*</run>
</test>
<test sets="custom">
<run name="custom_filter">{COMMAND}:output_custom.xml --gtest_filter={GTEST_FILTER}</run>
</test>
<test sets="hmm">
<!-- * This test suite should be run with the command : -->
<!-- HSA_XNACK=1 ROCSPARSE_MALLOC_MANAGED=1 rtest.py -t hmm [...] -->
<run name="managed_memory">{COMMAND}:output_hmm.xml --gtest_filter=*csrmv_managed*</run>
</test>
</testset>