-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bugs/1627 bug test vmap fails on multi node runs on hardware accelerators #1738
base: main
Are you sure you want to change the base?
Bugs/1627 bug test vmap fails on multi node runs on hardware accelerators #1738
Conversation
Thank you for the PR! |
seems to be even more strange: the GitHub runner also only achieves tol=1e-4 on CPU for the respective test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1738 +/- ##
=======================================
Coverage 92.26% 92.26%
=======================================
Files 84 84
Lines 12445 12445
=======================================
Hits 11482 11482
Misses 963 963
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
…_runs_on_hardware_accelerators
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
…_runs_on_hardware_accelerators
Thank you for the PR! |
Due Diligence
benchmarks: created for new functionalitybenchmarks: performance improved or maintaineddocumentation updated where neededDescription
Issue/s resolved: #1627
Changes proposed:
default accuracy in allclose is to high for one test on GPUs and some CPUs
Type of change
decrease accuracy (to tolerance 1e-4, which is still small enough to exclude passing of the test by lucky chance)