-
Notifications
You must be signed in to change notification settings - Fork 668
Deprecate debug buffer in Module #14161
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
It's in release 0.7 so can't remove it, following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14161
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 Cancelled Jobs, 37 Pending, 3 Unrelated FailuresAs of commit 91309cd with merge base 598ba46 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
It's in release 0.7 so can't remove it, following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/) ghstack-source-id: 308805142 Pull Request resolved: #14161
This pull request was exported from Phabricator. Differential Revision: D82125911 |
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.
Thanks!
It's in release 0.7 so can't remove it, following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/) [ghstack-poisoned]
Pull Request resolved: #14161 It's in release 0.7 so following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. ghstack-source-id: 308829478 @exported-using-ghexport Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/)
This pull request was exported from Phabricator. Differential Revision: D82125911 |
It's in release 0.7 so can't remove it, following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/) [ghstack-poisoned]
Pull Request resolved: #14161 It's in release 0.7 so following deprecation schedule. debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty. Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case. ghstack-source-id: 308926514 @exported-using-ghexport Differential Revision: [D82125911](https://our.internmc.facebook.com/intern/diff/D82125911/)
This pull request was exported from Phabricator. Differential Revision: D82125911 |
c091589
into
gh/lucylq/112/base
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #14161 by @lucylq ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/lucylq/112/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/112/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/112/orig @diff-train-skip-merge Co-authored-by: lucylq <lfq@meta.com>
Stack from ghstack (oldest at bottom):
It's in release 0.7 so can't remove it, following deprecation schedule.
debug_buffer is part of the event tracer, which is passed into Module. There isn't a public API on event tracer to set the debug_buffer, so the one held by Module is always empty.
Added in D71135352 for pybindings migration, however the debug buffer is held by PyModule in that case.
Differential Revision: D82125911