-
Notifications
You must be signed in to change notification settings - Fork 685
Fix const prop pass when a const prop tensor has zero stride, make it contiguous #14725
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
Fix const prop pass when a const prop tensor has zero stride, make it contiguous #14725
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14725
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 5d31f61 with merge base 9ab5592 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83631522. |
This PR needs a
|
… contiguous (pytorch#14725) Summary: Found out that xnnpack lowering fails due to rejecting a zero stride tensor by executorch during to_backend phase. The fix is to identify such tensors and make them contiguous. For context: https://fb.workplace.com/groups/764610762549390/permalink/1868907967337731/ Differential Revision: D83631522
ceaaf6f
to
e0aceaa
Compare
… contiguous (pytorch#14725) Summary: Found out that xnnpack lowering fails due to rejecting a zero stride tensor by executorch during to_backend phase. The fix is to identify such tensors and make them contiguous. For context: https://fb.workplace.com/groups/764610762549390/permalink/1868907967337731/ Differential Revision: D83631522
d2dc716
to
ceaaf6f
Compare
… contiguous (pytorch#14725) Summary: Found out that xnnpack lowering fails due to rejecting a zero stride tensor by executorch during to_backend phase. The fix is to identify such tensors and make them contiguous. For context: https://fb.workplace.com/groups/764610762549390/permalink/1868907967337731/ Differential Revision: D83631522
e0aceaa
to
5d31f61
Compare
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.
Summary:
Found out that xnnpack lowering fails due to rejecting a zero stride tensor by executorch during to_backend phase. The fix is to identify such tensors and make them contiguous.
For context: https://fb.workplace.com/groups/764610762549390/permalink/1868907967337731/
Differential Revision: D83631522