-
Notifications
You must be signed in to change notification settings - Fork 608
Merge intermediate output with overlapped debug_handles #11529
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11529
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ea8b1ef with merge base d719e8e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D76304528 |
@pytorchbot label "release notes: none" |
Summary: This PR added the function merge_overlapping_debug_handles to merge the overlapping debug handles in the intermediate outputs mapping, ensuring that only the last intermediate output is retained for each overlap. Differential Revision: D76304528
b4bd968
to
184e40a
Compare
This pull request was exported from Phabricator. Differential Revision: D76304528 |
184e40a
to
027bb8a
Compare
Summary: This PR added the function merge_overlapping_debug_handles to merge the overlapping debug handles in the intermediate outputs mapping, ensuring that only the last intermediate output is retained for each overlap. Differential Revision: D76304528
This pull request was exported from Phabricator. Differential Revision: D76304528 |
Summary: Pull Request resolved: pytorch#11529 This PR added the function merge_overlapping_debug_handles to merge the overlapping debug handles in the intermediate outputs mapping, ensuring that only the last intermediate output is retained for each overlap. Differential Revision: D76304528
027bb8a
to
fc63a33
Compare
Summary: Pull Request resolved: pytorch#11529 This PR added the function merge_overlapping_debug_handles to merge the overlapping debug handles in the intermediate outputs mapping, ensuring that only the last intermediate output is retained for each overlap. It will be called later when do the mapping between aot_intermediate_outputs and runtime_intermediate_outputs as the first step to do pre-processing. Reviewed By: larryliu0820 Differential Revision: D76304528
This pull request was exported from Phabricator. Differential Revision: D76304528 |
fc63a33
to
ea8b1ef
Compare
Summary: The function merge_overlapping_debug_handles was added to merge the overlapping debug handles in the intermediate outputs mapping, ensuring that only the last intermediate output is retained for each overlap.
Differential Revision: D76304528