Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests and benchmarks #4

Open
14NGiestas opened this issue Nov 6, 2020 · 0 comments
Open

Tests and benchmarks #4

14NGiestas opened this issue Nov 6, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@14NGiestas
Copy link
Owner

14NGiestas commented Nov 6, 2020

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 14NGiestas added the help wanted Extra attention is needed label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant