-
Notifications
You must be signed in to change notification settings - Fork 706
[#9971] Gracefully error out in ETDump for get_flatbuffer_scalar_type #10056
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
[#9971] Gracefully error out in ETDump for get_flatbuffer_scalar_type #10056
Conversation
Following #9971 - Update get_flatbuffer_scalar_type return type to Result<T> - Iteratively update functions that calling the functions with result type changed: - Check returns, if with an error, pass above the error. - If unable to pass error, update the return type as Result<T> Differential Revision: [D72771753](https://our.internmc.facebook.com/intern/diff/D72771753/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10056
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d52cefd with merge base 1facfa9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Following #9971 - Update get_flatbuffer_scalar_type return type to Result<T> - Iteratively update functions that calling the functions with result type changed: - Check returns, if with an error, pass above the error. - If unable to pass error, update the return type as Result<T> Differential Revision: [D72771753](https://our.internmc.facebook.com/intern/diff/D72771753/) ghstack-source-id: 277244589 Pull Request resolved: #10056
|
This pull request was exported from Phabricator. Differential Revision: D72771753 |
| * @param[in] evalue_type Indicates what type of output this is logging e.g. | ||
| * an intermediate output, program output etc. | ||
| */ | ||
| virtual void log_evalue( |
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.
Please update the comment for result value
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.
LGTM! Thanks for update!
Please update the comment before landing it.
…scalar_type" Following #9971 - Update get_flatbuffer_scalar_type return type to Result<T> - Iteratively update functions that calling the functions with result type changed: - Check returns, if with an error, pass above the error. - If unable to pass error, update the return type as Result<T> Differential Revision: [D72771753](https://our.internmc.facebook.com/intern/diff/D72771753/) [ghstack-poisoned]
Pull Request resolved: #10056 Following #9971 - Update get_flatbuffer_scalar_type return type to Result<T> - Iteratively update functions that calling the functions with result type changed: - Check returns, if with an error, pass above the error. - If unable to pass error, update the return type as Result<T> ghstack-source-id: 277252745 @exported-using-ghexport Differential Revision: [D72771753](https://our.internmc.facebook.com/intern/diff/D72771753/)
|
This pull request was exported from Phabricator. Differential Revision: D72771753 |
2c49165
into
gh/zhenyan-zhang-meta/2/base
Stack from ghstack (oldest at bottom):
Following #9971
Differential Revision: D72771753