-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Disable some SVE autovec #148489
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
Disable some SVE autovec #148489
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/148489
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 0c6710b with merge base 9db9593 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D70422723 |
|
This pull request was exported from Phabricator. Differential Revision: D70422723 |
dcc9451 to
d09ddbe
Compare
d09ddbe to
83f1994
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70422723 |
83f1994 to
98402d7
Compare
Summary: Pull Request resolved: pytorch#148489 autovec miscompiles on patterns of the type: for (const auto i : c10::irange() Test Plan: buck2 build //caffe2/caffe2/fb/transforms:sigrid_interface We are going to deploy it on ads workloads Differential Revision: D70422723
|
This pull request was exported from Phabricator. Differential Revision: D70422723 |
98402d7 to
0c6710b
Compare
malfet
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.
LGTM, will follow up on the ways to combine with decorator added in #137795
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
|
@Nicoshev can you please add a release label and retry the merge here? Or rather, fix the release note I added in case it's not the best one? |
|
@pytorchmergebot merge -f "merged internally" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: autovec miscompiles on patterns of the type:
Same issue as described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117001 and addressed by #137795 for gcc, but not clang
Test Plan:
buck2 build //caffe2/caffe2/fb/transforms:sigrid_interface
Differential Revision: D70422723
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @malfet @snadampal @milpuz01