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
Original comment byedanor (Bitbucket: edanor, GitHub: edanor):
Some operations, such as SINCOS will by design have some error against reference value (e.g. std::sin/std::cos). This error should be expressed in ULP instead of relative error, and it is not possible to tell what is the 'correct' result.
Such operations should, instead of testing relative error, calculate ULP error and give errors only when some user-defined error threshold is passed.
Originally reported by: edanor (Bitbucket: edanor, GitHub: edanor)
There are multiple unit test fails even when running with full scalar emulation. This can be as well caused by incorrect test data sets.
The text was updated successfully, but these errors were encountered: