Skip to content

Conversation

abhinaykukkadapu
Copy link
Contributor

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

Copy link

pytorch-bot bot commented Oct 1, 2025

🔗 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 Failures

As of commit 5d31f61 with merge base 9ab5592 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 1, 2025
@facebook-github-bot
Copy link
Contributor

@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83631522.

Copy link

github-actions bot commented Oct 1, 2025

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

abhinaykukkadapu added a commit to abhinaykukkadapu/executorch that referenced this pull request Oct 1, 2025
… 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
abhinaykukkadapu added a commit to abhinaykukkadapu/executorch that referenced this pull request Oct 1, 2025
… 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
… 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
Copy link
Contributor

@larryliu0820 larryliu0820 left a 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.

@abhinaykukkadapu abhinaykukkadapu merged commit 4372a14 into pytorch:main Oct 2, 2025
130 of 133 checks passed
@abhinaykukkadapu abhinaykukkadapu deleted the export-D83631522 branch October 2, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants