-
Notifications
You must be signed in to change notification settings - Fork 608
Arm backend: use dbg_fail when node visitors raise exceptions #9268
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/9268
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 62b7b40 with merge base 8c32da7 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Adds a try-expect around the node_visitor call to be able to call dbg_fail() when an error/exception is raised. Signed-off-by: Oscar Andersson <[email protected]> Change-Id: I3b633e1ff255fa5b3a5257016acfe2e9dc03b033
Signed-off-by: Oscar Andersson <[email protected]> Change-Id: Id7f44c539682a55e06564c7b3294988c122c00b3
4dab55e
to
c43bfdb
Compare
This broke our internal tests and we need to revert it first. Could you please re-submit the PR, and wait for us to import and run internal CI, and paste the error message? |
@larryliu0820 I've re-submitted the PR in #9391 |
…h#9268) Adds a try-expect around the node_visitor call to be able to call dbg_fail() when an error/exception is raised. Signed-off-by: Oscar Andersson <[email protected]>
…h#9268) Adds a try-expect around the node_visitor call to be able to call dbg_fail() when an error/exception is raised. Signed-off-by: Oscar Andersson <[email protected]>
Adds a try-expect around the node_visitor call to be able to call dbg_fail() when an error/exception is raised.
cc @digantdesai @freddan80 @per @zingo