-
Notifications
You must be signed in to change notification settings - Fork 537
create MetaETDumpGen class to abstract copy_tensor_to_debug_buffer function #8157
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8157
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8ec891c with merge base 883ff14 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D69079952 |
@pytorchbot label "topic: not user facing" |
8e0b82b
to
41319f9
Compare
…nction (pytorch#8157) Summary: This diff creates a new class called `MetaETDumpGen` to abstract the `copy_tensor_to_debug_buffer` function from the `ETDumpGen` class, while keep the `ETDumpGen` class as it is, which makes user able to implement their own way dumping data into buffer, while make the API back-compatible. Differential Revision: D69079952
This pull request was exported from Phabricator. Differential Revision: D69079952 |
…nction (pytorch#8157) Summary: This diff creates a new class called `MetaETDumpGen` to abstract the `copy_tensor_to_debug_buffer` function from the `ETDumpGen` class, while keep the `ETDumpGen` class as it is, which makes user able to implement their own way dumping data into buffer, while make the API back-compatible. Differential Revision: D69079952
41319f9
to
fac36ed
Compare
This pull request was exported from Phabricator. Differential Revision: D69079952 |
…nction (pytorch#8157) Summary: This diff creates a new class called `MetaETDumpGen` to abstract the `copy_tensor_to_debug_buffer` function from the `ETDumpGen` class, while keep the `ETDumpGen` class as it is, which makes user able to implement their own way dumping data into buffer, while make the API back-compatible. Reviewed By: tarun292 Differential Revision: D69079952
fac36ed
to
8ec891c
Compare
This pull request was exported from Phabricator. Differential Revision: D69079952 |
Summary: This diff creates a new class called
MetaETDumpGen
to abstract thecopy_tensor_to_debug_buffer
function from theETDumpGen
class, while keep theETDumpGen
class as it is, which makes user able to implement their own way dumping data into buffer, while make the API back-compatible.Differential Revision: D69079952