mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details: - Updated level-1/-1f kernels so that non-unit and un-aligned cases are handled by reference implementation (rather than aborted). - Added -fomit-frame-pointer to default make_defs.mk for clarksville configuration. - Defined bli_offset_from_alignment() macro. - Minor edits to old test drivers.
13 lines
852 B
Plaintext
13 lines
852 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)
|
|
d #sdcz # Datatype(s) to test
|
|
100 # Problem size: first to test
|
|
500 # Problem size: maximum to test
|
|
100 # Problem size: increment between experiments
|
|
1 # Error-checking level (0 = disable error checking; 1 = full error checking)
|
|
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)
|