-
Notifications
You must be signed in to change notification settings - Fork 603
Add et_dump related API to module #9284
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/9284
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled JobAs of commit bcc2355 with merge base 67b6009 ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D71135352 |
This PR needs a
|
Summary: It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Differential Revision: D71135352
This pull request was exported from Phabricator. Differential Revision: D71135352 |
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Differential Revision: D71135352
extension/module/module.h
Outdated
@@ -489,6 +499,8 @@ class Module { | |||
std::unique_ptr<runtime::EventTracer> event_tracer_; | |||
std::unique_ptr<runtime::DataLoader> data_map_loader_; | |||
std::unique_ptr<NamedDataMap> data_map_; | |||
std::unique_ptr<uint8_t[]> debug_buffer_; |
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.
Is this essentially a std::vector?
Does the PR name match the changes? |
Ah no it doesn't. I rename the diff, but the PR's name doesn't change... |
This pull request was exported from Phabricator. Differential Revision: D71135352 |
afbb4c0
to
3bee831
Compare
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Differential Revision: D71135352
This pull request was exported from Phabricator. Differential Revision: D71135352 |
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Differential Revision: D71135352
3bee831
to
b9aede0
Compare
This pull request was exported from Phabricator. Differential Revision: D71135352 |
b9aede0
to
b181cd1
Compare
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Differential Revision: D71135352
This pull request was exported from Phabricator. Differential Revision: D71135352 |
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Reviewed By: shoumikhin Differential Revision: D71135352
b181cd1
to
5bc4a17
Compare
This pull request was exported from Phabricator. Differential Revision: D71135352 |
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Reviewed By: shoumikhin Differential Revision: D71135352
5bc4a17
to
4328895
Compare
This pull request was exported from Phabricator. Differential Revision: D71135352 |
4328895
to
7bfb28e
Compare
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Reviewed By: shoumikhin Differential Revision: D71135352
Summary: Pull Request resolved: pytorch#9284 It is for reusing the exention/module in the module definition in pybindings https://github.com/pytorch/executorch/blob/1a918c779e16c0ee903a08b30c1c666d1efb2c57/extension/pybindings/pybindings.cpp#L172 Reviewed By: shoumikhin Differential Revision: D71135352
This pull request was exported from Phabricator. Differential Revision: D71135352 |
7bfb28e
to
bcc2355
Compare
Summary: It is for reusing the exention/module in the module definition in pybindings
executorch/extension/pybindings/pybindings.cpp
Line 172 in 1a918c7
Differential Revision: D71135352