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
Currently, we don't have simple test programs for MPBLAS. What we do now is that we believe the original BLAS routines are correctly implemented, and we compare BLAS and MPBLAS MPFR version with various inputs (including error exits), then, when outputs are the same or within the tolerance, we trust the MPBLAS MPFR version is bug-free. The problem is that trusting the BLAS library and comparisons take too much time.
It is desirable to port BLAS TESTING programs.
The text was updated successfully, but these errors were encountered:
Currently, we don't have simple test programs for MPBLAS. What we do now is that we believe the original BLAS routines are correctly implemented, and we compare BLAS and MPBLAS MPFR version with various inputs (including error exits), then, when outputs are the same or within the tolerance, we trust the MPBLAS MPFR version is bug-free. The problem is that trusting the BLAS library and comparisons take too much time.
It is desirable to port BLAS TESTING programs.
The text was updated successfully, but these errors were encountered: