-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix boxcox to return same result for same input in one batch #162772
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
|
This appears to be a diff that was exported from phabricator, but the PR author does not have sufficient permissions to run CI. @Yuhta, please do step 2 of internal wiki to get write access so you do not need to get CI approvals in the future. If you think this is a mistake, please contact the Pytorch Dev Infra team. |
|
|
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162772
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a436877 with merge base 65d642d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
1c0f28a to
12c1e19
Compare
…ytorch#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use SLEEF version of `pow` for the trailing data as well to ensure consistency between results. Test Plan: ``` buck test koski/functions_contrib/df4ai/tests:box_cox_test -- SameInputSameOutput buck2 test fbcode//caffe2/caffe2/python/operator_test:batch_box_cox_test ``` Rollback Plan: Differential Revision: D82265247
|
@pytorchbot label "topic: not user facing" |
swolchok
left a comment
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.
Review automatically exported from Phabricator review in Meta.
…ytorch#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results. Test Plan: ``` buck test koski/functions_contrib/df4ai/tests:box_cox_test -- SameInputSameOutput buck2 test fbcode//caffe2/caffe2/python/operator_test:batch_box_cox_test ``` Rollback Plan: Differential Revision: D82265247
12c1e19 to
a436877
Compare
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
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 |
…#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results. Rollback Plan: Differential Revision: D82265247 Pull Request resolved: pytorch#162772 Approved by: https://github.com/swolchok
|
@pytorchbot revert -m="Diff reverted internally" -c="ghfirst" This Pull Request has been reverted by a revert inside Meta. To re-land this change, please open another pull request, assign the same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk).) |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@Yuhta your PR has been successfully reverted. |
…162772)" This reverts commit 49d30f9. Reverted #162772 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](#162772 (comment)))
|
@pytorchbot merge -i (Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally) |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: Meta Internal-Only Changes Check Details for Dev Infra teamRaised by workflow job |
|
unlanded internally. @Yuhta please follow up on D82753931 and open a new PR if this needs to be relanded / re-exported |
…#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results. Rollback Plan: Differential Revision: D82265247 Pull Request resolved: pytorch#162772 Approved by: https://github.com/swolchok
…ytorch#162772)" This reverts commit 49d30f9. Reverted pytorch#162772 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](pytorch#162772 (comment)))
…#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results. Rollback Plan: Differential Revision: D82265247 Pull Request resolved: pytorch#162772 Approved by: https://github.com/swolchok
…ytorch#162772)" This reverts commit 49d30f9. Reverted pytorch#162772 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](pytorch#162772 (comment)))
…#162772) Summary: The SIMD path is using SLEEF version of `pow` which is slightly different from `std::pow`. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results. Rollback Plan: Differential Revision: D82265247 Pull Request resolved: pytorch#162772 Approved by: https://github.com/swolchok
…ytorch#162772)" This reverts commit 49d30f9. Reverted pytorch#162772 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](pytorch#162772 (comment)))
Summary:
The SIMD path is using SLEEF version of
powwhich is slightly different fromstd::pow. The fix is to use the same vectorized code (with partial load and store) for the trailing data as well to ensure consistency between results.Rollback Plan:
Differential Revision: D82265247