Files
blis/testsuite/input.general
Field G. Van Zee e9e0747c2f Removed version file from version control.
Details:
- Removed version file from version control to prevent git errors that occur
  when trying to pull new commits.
2013-03-02 12:43:54 -06:00

12 lines
763 B
Plaintext

1 # Number of repeats per experiment (where best result is reported)
c #rg # Matrix storage scheme(s) to test ('c' = col-major; 'r' = row-major; 'g' = general stride)
c #rji # Vector storage scheme(s) to test ('c' = colvec/unit; 'r' = rowvec/unit; 'j' = colvec/non-unit; 'i' = rowvec/non-unit)
1 # Test all combinations of storage schemes?
32 # General stride spacing (for cases when testing general stride)
sdcz # Datatype(s) to test
100 # Problem size: first to test
400 # Problem size: maximum to test
100 # Problem size: increment between experiments
i # Reaction to test failure ('i' = ignore; 's' = sleep() and continue; 'a' = abort)
0 # Output results to stdout AND matlab files (0 = output only to stdout)