mfi icon indicating copy to clipboard operation
mfi copied to clipboard

Tests and benchmarks

Open 14NGiestas opened this issue 4 years ago • 0 comments

How to consistently generate tests?

BLAS

  • NETLIB's BLAS/TESTING z and c are basically the same apart from constants literals (E vs D), types (COMPLEX*16 vs COMPLEX), and obviously the function prefixes z and c. The same happens to s and d 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

14NGiestas avatar Nov 06 '20 14:11 14NGiestas