-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Relax tolerance for test_out_addbmm_cpu_float32 #86365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86365
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c4e94d5: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock testing -- can we guard this decorator using active_if
to only apply when running on POWER?
I don't think this is worth it as POWER may only be one platform where this fails and using other compilers, BLAS libs, etc may make it fail on others too.
So the new tolerance is very close to that of the numpy reference test with the relative being even lower. So one could argue to make it |
The test may fail due to slightly different values caused by different order of matrizes in SGEMM: > Mismatched elements: 1 / 50 (2.0%) > Greatest absolute difference: 1.430511474609375e-05 at index (4, 5) (up to 1e-05 allowed) > Greatest relative difference: 4.65393206065873e-06 at index (4, 5) (up to 1.3e-06 allowed)
f84e0f2
to
c4e94d5
Compare
Rebased and new CLA signed |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
The test may fail due to slightly different values caused by different order of matrizes in SGEMM: > Mismatched elements: 1 / 50 (2.0%) > Greatest absolute difference: 1.430511474609375e-05 at index (4, 5) (up to 1e-05 allowed) > Greatest relative difference: 4.65393206065873e-06 at index (4, 5) (up to 1.3e-06 allowed) Observed on POWER (ppc64le) Pull Request resolved: pytorch#86365 Approved by: https://github.com/mruberry, https://github.com/kit1980
The test may fail due to slightly different values caused by different order of matrizes in SGEMM:
Observed on POWER (ppc64le)