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
make TARGET=GENERIC MAKE_NB_JOBS=13 USE_OPENMP=0 USE_THREAD=0 NO_EXPRECISION=1
produces errors with TRMM(). This happens for both Gnu and Apple CLANG compilers on both Linux and Apple. Both v0.3.6 and v0.3.7. Same error also with USE_THREAD=1 (haven't tested USE_OPENMP=1).
Building with
make TARGET=GENERIC MAKE_NB_JOBS=13 USE_OPENMP=0 USE_THREAD=0 NO_EXPRECISION=1
produces errors with TRMM(). This happens for both Gnu and Apple CLANG compilers on both Linux and Apple. Both v0.3.6 and v0.3.7. Same error also with USE_THREAD=1 (haven't tested USE_OPENMP=1).
`OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat3 < ./sblat3.dat
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./dblat2 < ./dblat2.dat
TESTS OF THE REAL LEVEL 3 BLAS
THE FOLLOWING PARAMETER VALUES WILL BE USED:
FOR N 0 1 2 3 7 31
FOR ALPHA 0.0 1.0 0.7
FOR BETA 0.0 1.0 1.3
ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LESS THAN 16.00
RELATIVE MACHINE PRECISION IS TAKEN TO BE 1.2E-07
SGEMM PASSED THE TESTS OF ERROR-EXITS
SGEMM PASSED THE COMPUTATIONAL TESTS ( 17496 CALLS)
SSYMM PASSED THE TESTS OF ERROR-EXITS
SSYMM PASSED THE COMPUTATIONAL TESTS ( 1296 CALLS)
STRMM PASSED THE TESTS OF ERROR-EXITS
******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
******* STRMM FAILED ON CALL NUMBER:
Similar errors for all the variants of Xtrmm()
Error does not occur if TARGET=GENERIC is not used on the same systems.
The text was updated successfully, but these errors were encountered: