You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😉.
The text was updated successfully, but these errors were encountered:
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:
Tests without support:
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 😉.
The text was updated successfully, but these errors were encountered: