mfi
mfi copied to clipboard
Tests and benchmarks
How to consistently generate tests?
BLAS
- NETLIB's BLAS/TESTING
z
andc
are basically the same apart from constants literals (E vs D), types (COMPLEX*16
vsCOMPLEX
), and obviously the function prefixesz
andc
. The same happens tos
andd
prefixes. - It seems to test all combinations of parameters
- I'll need to extract the data from the src code
LAPACK
- It uses a lot of
*.in
*.out
files - It looks like it follows the same pattern of BLAS/TESTING in the prefix