-
Notifications
You must be signed in to change notification settings - Fork 751
Fix replace view ops pass to not be a hardcoded list #12361
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 replace view ops pass to not be a hardcoded list #12361
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12361
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c0db862 with merge base 378f062 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D78116054 |
This PR needs a
|
Summary: Instead of maintaining a list we can check if its a view op from its property and then surgery out the name and inject _copy. Issue: pytorch#12103 Differential Revision: D78116054
38ec4b7 to
fa95615
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78116054 |
Summary: Instead of maintaining a list we can check if its a view op from its property and then surgery out the name and inject _copy. Issue: pytorch#12103 Differential Revision: D78116054
fa95615 to
c0db862
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78116054 |
Summary:
Instead of maintaining a list we can check if its a view op from its property and then surgery out the name and inject _copy.
Issue: #12103
Differential Revision: D78116054