-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
[ONNX] Improve lower tuples and handle control flow (#57650) #58694
Conversation
Improving the logic for finding tuple patterns within control flow. Also fixes: #56914 Co-authored-by: neginraoof <neginmr@utexas.edu> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit b0a824f (more details on the Dr. CI page):
5 failures not recognized by patterns:
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Improving the logic for finding tuple patterns within control flow. Also fixes: #56914 Co-authored-by: neginraoof <neginmr@utexas.edu> [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Improving the logic for finding tuple patterns within control flow. Also fixes: #56914 Co-authored-by: neginraoof <neginmr@utexas.edu> Differential Revision: [D28714806](https://our.internmc.facebook.com/intern/diff/D28714806) [ghstack-poisoned]
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity merged this pull request in b27fc0f. |
…ytorch#58694) Summary: Pull Request resolved: pytorch#58694 Improving the logic for finding tuple patterns within control flow. Also fixes: pytorch#56914 Test Plan: Imported from OSS Reviewed By: driazati Differential Revision: D28714806 Pulled By: SplitInfinity fbshipit-source-id: 1552100cf9cc88e6f58df2e90758e8898ba0a9b3 Co-authored-by: neginraoof <neginmr@utexas.edu>
Stack from ghstack:
Improving the logic for finding tuple patterns within control flow.
Also fixes: #56914
Co-authored-by: neginraoof neginmr@utexas.edu
Differential Revision: D28714806