1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
TestSweeper version NA, id NA
input: ./tester -h sort
Usage: test [-h|--help]
test [-h|--help] routine
test [parameters] routine
Parameters for sort:
--check check the results; default y; valid: [ny]
--ref run reference; sometimes check implies ref; default n; valid: [ny]
--tol tolerance (e.g., error < tol*epsilon to pass); default 50
--repeat times to repeat each test; default 1
--verbose verbose level; default 0
--cache total cache size, in MiB; default 20
Parameters that take comma-separated list of values and may be repeated:
--type one of: r16, h, or half; r32, s, single, or float; r64, d, or double; c32, c, or complex-float; c64, z, or complex-double; i, int, or integer; default d
--dim m by n by k dimensions
--nb block size; default 384
--alpha scalar alpha; default 3.1+1.4i
--beta scalar beta; default 2.7
|