-
Notifications
You must be signed in to change notification settings - Fork 606
Avoid fatal checks in populate_operator_name #1511
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/1511
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit a6a70af with merge base 5bc5066 ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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: D52451742 |
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
3951da4
to
73ad9a1
Compare
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
This pull request was exported from Phabricator. Differential Revision: D52451742 |
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
73ad9a1
to
8d8afe7
Compare
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
This pull request was exported from Phabricator. Differential Revision: D52451742 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D52451742 |
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Differential Revision: D52451742
Summary: Ensure that the `args` arrays of `KernelCall` and `DelegateCall` instruction entries are present before using them. Reviewed By: larryliu0820 Differential Revision: D52451746
Summary: Don't use the backend ID field unless it's present. Reviewed By: lucylq Differential Revision: D52451737
…torch#1507) Summary: Some MethodMeta methods don't return Error, assuming that the underlying data is valid. Ensure that the underlying ExecutionPlan is valid for those fields before returning a MethodMeta. For fields whose accessors do return Error or Result, we can check them at the time they're called and return non-fatally then. Reviewed By: lucylq Differential Revision: D52451736
Summary: I forgot to remove this from D52451739. Reviewed By: larryliu0820 Differential Revision: D52528209
Summary: Some compilers don't like passing enums as printf arguments without casting them first. Reviewed By: larryliu0820 Differential Revision: D52528480
Summary: Make `populate_operator_name()` return an error so we can avoid crashing when there's a problem. Also ensure that the `overload` field is present before using it. Reviewed By: larryliu0820 Differential Revision: D52451742
a30ef35
to
a6a70af
Compare
This pull request was exported from Phabricator. Differential Revision: D52451742 |
This pull request has been merged in eb4744e. |
Summary: Make
populate_operator_name()
return an error so we can avoid crashing when there's a problem. Also ensure that theoverload
field is present before using it.Differential Revision: D52451742