-
Notifications
You must be signed in to change notification settings - Fork 670
equip the first partition with same example input as original graph #14454
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14454
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit 607cc0c with merge base 5768cf8 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating diff in D82865677. |
This PR needs a
|
…ytorch#14454) Summary: This diff equips the partitioned submodules example inputs. More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None. The example inputs is essential for aoti-driven backends for further compile. Differential Revision: D82865677
787452b
to
607cc0c
Compare
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating diff in D82865677. |
…ytorch#14454) Summary: This diff equips the partitioned submodules example inputs. More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None. The example inputs is essential for aoti-driven backends for further compile. Differential Revision: D82865677
…ytorch#14454) Summary: This diff equips the partitioned submodules example inputs. More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None. The example inputs is essential for aoti-driven backends for further compile. Differential Revision: D82865677
…ytorch#14454) Summary: This diff equips the partitioned submodules example inputs. More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None. The example inputs is essential for aoti-driven backends for further compile. Reviewed By: larryliu0820 Differential Revision: D82865677
…ytorch#14454) Summary: This diff equips the partitioned submodules example inputs. More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None. The example inputs is essential for aoti-driven backends for further compile. Differential Revision: D82865677
Summary:
This diff equips the partitioned submodules example inputs.
More specific, if the submodule starts from and covers all original export program's input, its example inputs should be the same as original export program's. Otherwise, the example inputs should be None.
The example inputs is essential for aoti-driven backends for further compile.
Differential Revision: D82865677