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
The flags BLIS_ENABLE_MIXED_PRECISION_NORM was recently added which accumulates snrm2 in double precision. The testsuite should fail if the computed result does not match the setting of this flag---this means either too accurate or too inaccurate.
The flags
BLIS_ENABLE_MIXED_PRECISION_NORMwas recently added which accumulatessnrm2in double precision. The testsuite should fail if the computed result does not match the setting of this flag---this means either too accurate or too inaccurate.