-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[export][refactor][6/n] Remove equality_constraints #116979
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
Test Plan: CI Differential Revision: D52351705
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/116979
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 5149185 with merge base 7073dc6 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D52351705 |
This PR needs a
|
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.
How are you going to land this internally? Will this require a change to executorch as well?
The internal diff D52351705 is on top of a stack of diffs that have already been landed which migrated ppl off of equality constraints. Since CI is green for both internal and external I expect this diff to be good to go? :> |
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Through the new dynamic_shapes API and using torch.export.Dim, dimensions that are equal will now be represented by the same symbol, so we no longer need to store `equality_constraints`. Differential Revision: D52351705 Pull Request resolved: pytorch#116979 Approved by: https://github.com/avikchaudhuri
Through the new dynamic_shapes API and using torch.export.Dim, dimensions that are equal will now be represented by the same symbol, so we no longer need to store
equality_constraints
.Differential Revision: D52351705