-
Notifications
You must be signed in to change notification settings - Fork 731
[ExecuTorch] Unbreak optimized sub in the case where one input is a scalar and both are Half #5894
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
…calar and both are Half I misplaced a return. Caught this during development in div, but not sub. Differential Revision: [D63919553](https://our.internmc.facebook.com/intern/diff/D63919553/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5894
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3020923 with merge base 20a157f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…calar and both are Half I misplaced a return. Caught this during development in div, but not sub. Differential Revision: [D63919553](https://our.internmc.facebook.com/intern/diff/D63919553/) ghstack-source-id: 246398371 Pull Request resolved: #5894
|
This pull request was exported from Phabricator. Differential Revision: D63919553 |
|
this will need a pick to release/0.4 |
|
This pull request has been merged in 1052e3b. |
|
@pytorchbot cherrypick --onto release/0.4 -c regression |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot cherry-pick --onto release/0.4 -c regression |
…pe is mixed or both are Half (#5894) Summary: Pull Request resolved: #5894 I misplaced a return. Caught this during development in div, but not sub. ghstack-source-id: 246398371 exported-using-ghexport Reviewed By: kirklandsign Differential Revision: D63919553 fbshipit-source-id: 84e27efc400711ae0253e48a4dbdb4b419140925 (cherry picked from commit 1052e3b)
Cherry picking #5894The cherry pick PR is at #5940 and it is recommended to link a regression cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
…calar and both are Half (#5940) Unbreak optimized sub in the case where one input is a scalar and dtype is mixed or both are Half (#5894) Summary: Pull Request resolved: #5894 I misplaced a return. Caught this during development in div, but not sub. ghstack-source-id: 246398371 exported-using-ghexport Reviewed By: kirklandsign Differential Revision: D63919553 fbshipit-source-id: 84e27efc400711ae0253e48a4dbdb4b419140925 (cherry picked from commit 1052e3b) Co-authored-by: Scott Wolchok <[email protected]>
Stack from ghstack (oldest at bottom):
I misplaced a return. Caught this during development in div, but not sub.
Differential Revision: D63919553