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

Most tests don't support nruns parameter #27

Open
abouteiller opened this issue Aug 5, 2020 · 1 comment
Open

Most tests don't support nruns parameter #27

abouteiller opened this issue Aug 5, 2020 · 1 comment
Labels
enhancement New feature or request low priority Nice to have at some point

Comments

@abouteiller
Copy link
Contributor

Original report by Omri Mor (Bitbucket: omrimor2, GitHub: omor1).


Some tests (e.g. gemm, potrf) make use of the --nruns parameter, while most (e.g. getrf_1d, getrf_ptgpanel) do not.

Tests with support:

  • gemm
  • geqrf
  • getrf_nopiv
  • potrf

Tests without support:

  • geadd
  • gebrd_ge2gb
  • gelqf
  • gelqf_hqr
  • gelqf_systolic
  • gemm_dtd
  • geqrf_dtd
  • geqrf_dtd_untied
  • geqrf_hqr
  • geqrf_rd
  • geqrf_systolic
  • gesvd.c
  • gesv_incpiv
  • getrf_1d
  • getrf_incpiv
  • getrf_incpiv_dtd
  • getrf_ptgpanel
  • getrf_qrf
  • hbrdt
  • hebut
  • heev
  • hemm
  • her2k
  • herk
  • lange
  • lanm2
  • pivgen
  • poinv
  • posv
  • potrf_dtd
  • potrf_dtd_untied
  • print
  • symm
  • syr2k
  • syrk
  • trmm
  • trsm
  • trtri
  • unmlq
  • unmlq_hqr
  • unmlq_systolic
  • unmqr
  • unmqr_hqr
  • unmqr_systolic

Admittedly it’s not very useful for some of these (e.g. print), but it is relevant for most of these. Obviously, support was added only to the most commonly used test cases 😉.

@abouteiller
Copy link
Contributor Author

Original comment by Omri Mor (Bitbucket: omrimor2, GitHub: omor1).


PR-50 adds support for testing_getrf_1d and testing_getrf_ptgpanel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Nice to have at some point
Projects
None yet
Development

No branches or pull requests

1 participant