-
Notifications
You must be signed in to change notification settings - Fork 506
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
updte the return type of log_delegation_intermediate_output #9493
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9493
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5c20bd9 with merge base 76ae537 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D71591385 |
@pytorchbot label "topic: not user facing" |
495fa42
to
569f968
Compare
…9493) Summary: Update the return type pf event_tracer::log_intermediate_output_delegate from void to Result<bool> to: 1. indicate the filter status 2. make the error raised gracefully. The whole design can be found here pytorch#9260 Reviewed By: YIWENX14 Differential Revision: D71591385
This pull request was exported from Phabricator. Differential Revision: D71591385 |
…9493) Summary: Pull Request resolved: pytorch#9493 Update the return type pf event_tracer::log_intermediate_output_delegate from void to Result<bool> to: 1. indicate the filter status 2. make the error raised gracefully. The whole design can be found here pytorch#9260 Reviewed By: YIWENX14 Differential Revision: D71591385
569f968
to
735ada4
Compare
…9493) Summary: Update the return type pf event_tracer::log_intermediate_output_delegate from void to Result<bool> to: 1. indicate the filter status 2. make the error raised gracefully. The whole design can be found here pytorch#9260 Reviewed By: YIWENX14 Differential Revision: D71591385
735ada4
to
2eb08ad
Compare
…9493) Summary: Pull Request resolved: pytorch#9493 Update the return type pf event_tracer::log_intermediate_output_delegate from void to Result<bool> to: 1. indicate the filter status 2. make the error raised gracefully. The whole design can be found here pytorch#9260 Reviewed By: YIWENX14 Differential Revision: D71591385
This pull request was exported from Phabricator. Differential Revision: D71591385 |
2eb08ad
to
5c20bd9
Compare
Summary:
Update the return type pf event_tracer::log_intermediate_output_delegate from void to Result to:
The whole design can be found here #9260
Reviewed By: YIWENX14
Differential Revision: D71591385