mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details: - Added test modules in test suite for level-1f kernels and level-3 micro-kernels. (Duplication in the micro-kernels, for now, is NOT supported by these test modules.) - Added section override switches to test suite's input.operations file. - Added obj_t APIs for level-1f front-ends and their unblocked variants to facilitate the level-1f test modules. Also added front-end for dupl operation. - Added obj_t-based check routines for level-1f operations, which are called from the new front-ends mentioned above. - Added query routines for axpyf, dotxf, and dotxaxpyf that return fusing factors as a function of datatype, which is needed by their respective test modules. - Whitespace changes to bli_kernel.h of all existing configurations.
14 lines
931 B
Plaintext
14 lines
931 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)
|
|
0 # Test all combinations of storage schemes?
|
|
32 # General stride spacing (for cases when testing general stride)
|
|
sdcz #sdcz # Datatype(s) to test
|
|
100 # Problem size: first to test
|
|
300 # 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 in matlab/octave format (0 = output without formatting)
|
|
0 # Output results to stdout AND files (0 = output only to stdout)
|