Skip to content
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

Support slice ops with default start #9923

Merged
merged 1 commit into from
Apr 6, 2025

Conversation

pssrawat
Copy link
Contributor

@pssrawat pssrawat commented Apr 5, 2025

Summary:
Since a recent change we see None arg in the slice op

This is causing failure during XNNPack delegation, since XNNPack slice pass is trying to compare start_idx 'None' to 0.
This diff fixes that.

Differential Revision: D72503552

Copy link

pytorch-bot bot commented Apr 5, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9923

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 4322f80 with merge base b7eee0c (image):
💚 Looks good so far! There are no failures yet. 💚

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

@facebook-github-bot facebook-github-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 Apr 5, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72503552

Copy link
Contributor

@mcr229 mcr229 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution :)

pssrawat added a commit to pssrawat/executorch that referenced this pull request Apr 6, 2025
Summary:

Since D71962884, we see the following slice ops in ASR encoder:
 {F1976830836}
This is causing failure during XNNPack delegation, since XNNPack slice pass is trying to compare start_idx 'None' to 0.
This diff fixes that.

Reviewed By: mcr229

Differential Revision: D72503552
Summary:
Pull Request resolved: pytorch#9923

Since D71962884, we see the following slice ops in ASR encoder:
 {F1976830836}
This is causing failure during XNNPack delegation, since XNNPack slice pass is trying to compare start_idx 'None' to 0.
This diff fixes that.

Reviewed By: mcr229

Differential Revision: D72503552
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72503552

@facebook-github-bot facebook-github-bot merged commit 6adff9c into pytorch:main Apr 6, 2025
82 of 84 checks passed
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 topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants