File: rtest.xml

package info (click to toggle)
rocfft 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,968 kB
  • sloc: cpp: 72,181; python: 6,506; sh: 387; xml: 204; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE testset SYSTEM "/usr/local/share/rtest.dtd">
<testset>
    <var name="COMMAND">rocfft-test --gtest_color=yes --gtest_output=xml</var>
    <var name="WISDOM_FLAGS"></var>
    <test sets="psdb">
        <run name="all-psdb">{COMMAND}:output_psdb.xml {WISDOM_FLAGS} --precompile=rocfft-test-precompile.db --gtest_filter=-*multi_gpu*</run>
    </test>
    <test sets="osdb">
        <run name="all-osdb">{COMMAND}:output_osdb.xml {WISDOM_FLAGS} --precompile=rocfft-test-precompile.db --gtest_filter=-*multi_gpu*</run>
    </test>
    <test sets="hmm">
        <!-- * This test should be run with the following command: -->
        <!-- HSA_XNACK=1 ROCFFT_MALLOC_MANAGED=1 rtest.py -t hmm [other options] -->
        <run name="hmm-adhoc">{COMMAND}:output_hmm.xml {WISDOM_FLAGS} --gtest_filter=mix*:adhoc*:-*multi_gpu*</run>
    </test>
</testset>