-
Notifications
You must be signed in to change notification settings - Fork 591
Gather intermediate output from Events #11454
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/11454
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 54a5fcb with merge base a7a9130 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D76105355 |
This PR needs a
|
693c334
to
4c318c8
Compare
Summary: This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
This pull request was exported from Phabricator. Differential Revision: D76105355 |
Summary: Pull Request resolved: pytorch#11454 This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
5fa0af8
to
9a3ea41
Compare
Summary: This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
This pull request was exported from Phabricator. Differential Revision: D76105355 |
Summary: Pull Request resolved: pytorch#11454 This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
3490e7a
to
81519b3
Compare
Summary: This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
Summary: Pull Request resolved: pytorch#11454 This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles. Differential Revision: D76105355
This pull request was exported from Phabricator. Differential Revision: D76105355 |
81519b3
to
54a5fcb
Compare
Summary: This diff gathers the debug_handles and runtime output from every "real" event, skipping those like OPERATOR_CALL and initialization events. It maps these debug_handles to their corresponding outputs and ensures that only the last one is retained for operators with the same debug_handles.
Differential Revision: D76105355