-
Notifications
You must be signed in to change notification settings - Fork 606
SDK example runner changes to suppport intermediate tensor logging #1307
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/1307
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 64a6c3c with merge base 388490c ( BROKEN TRUNK - The following job failed but were 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. |
This pull request was exported from Phabricator. Differential Revision: D51599690 |
…1307) Summary: This diff adds support to the `sdk_example_runner` to take in command line parameters to enable intermediate/program output logging to etdump. Along with that we take in additional parameters for debug_buffer path and debug_buffer size. The debug_buffer is where the tensor and scalar data is stored (just the raw data not the metadata). Reviewed By: Jack-Khuu Differential Revision: D51599690
62e04db
to
8c5a5d5
Compare
This pull request was exported from Phabricator. Differential Revision: D51599690 |
…1307) Summary: This diff adds support to the `sdk_example_runner` to take in command line parameters to enable intermediate/program output logging to etdump. Along with that we take in additional parameters for debug_buffer path and debug_buffer size. The debug_buffer is where the tensor and scalar data is stored (just the raw data not the metadata). Reviewed By: Jack-Khuu Differential Revision: D51599690
8c5a5d5
to
d99d7f6
Compare
This pull request was exported from Phabricator. Differential Revision: D51599690 |
…1307) Summary: This diff adds support to the `sdk_example_runner` to take in command line parameters to enable intermediate/program output logging to etdump. Along with that we take in additional parameters for debug_buffer path and debug_buffer size. The debug_buffer is where the tensor and scalar data is stored (just the raw data not the metadata). Reviewed By: Jack-Khuu Differential Revision: D51599690
d99d7f6
to
64a6c3c
Compare
This pull request was exported from Phabricator. Differential Revision: D51599690 |
This pull request has been merged in cb2ff0f. |
Summary: This diff adds support to the
sdk_example_runner
to take in command line parameters to enable intermediate/program output logging to etdump. Along with that we take in additional parameters for debug_buffer path and debug_buffer size. The debug_buffer is where the tensor and scalar data is stored (just the raw data not the metadata).Reviewed By: Jack-Khuu
Differential Revision: D51599690