]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blob - src/ti/linalg/blis/testsuite/input.general
27e3bc1a6c803352a540e274dd7077f46bd33c02
[dense-linear-algebra-libraries/linalg.git] / src / ti / linalg / blis / testsuite / input.general
1 # ----------------------------------------------------------------------
2 #
3 #  input.general   
4 #  BLIS test suite
5 #
6 #  This file contains input values that control how BLIS operations are
7 #  tested. Comments explain the purpose of each parameter as well as
8 #  accepted values.
9 #
11 1       # Number of repeats per experiment (best result is reported)
12 c       # Matrix storage scheme(s) to test:
13         #   'c' = col-major storage; 'g' = general stride storage;
14         #   'r' = row-major storage
15 c       # Vector storage scheme(s) to test:
16         #   'c' = colvec / unit stride; 'j' = colvec / non-unit stride;
17         #   'r' = rowvec / unit stride; 'i' = rowvec / non-unit stride
18 0       # Test all combinations of storage schemes?
19 32      # General stride spacing (for cases when testing general stride)
20 sdcz       # Datatype(s) to test:
21         #   's' = single real; 'c' = single complex;
22         #   'd' = double real; 'z' = double complex
23 500    # Problem size: first to test
24 2500    # Problem size: maximum to test
25 500    # Problem size: increment between experiments
26         # Complex level-3 implementations
27 0       #   3mh  ('1' = enable; '0' = disable)
28 0       #   3m   ('1' = enable; '0' = disable)
29 0       #   4mh  ('1' = enable; '0' = disable)
30 0       #   4m   ('1' = enable; '0' = disable)
31 1       # Error-checking level:
32         #   '0' = disable error checking; '1' = full error checking
33 i       # Reaction to test failure:
34         #   'i' = ignore; 's' = sleep() and continue; 'a' = abort
35 1       # Output results in matlab/octave format? ('1' = yes; '0' = no)
36 1       # Output results to stdout AND files? ('1' = yes; '0' = no)