-
Notifications
You must be signed in to change notification settings - Fork 685
Optionally disable debug handle validateion #14182
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
Optionally disable debug handle validateion #14182
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14182
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 Cancelled Jobs, 2 Unrelated FailuresAs of commit 69074bc with merge base 8358516 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs 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: D81784685 |
This PR needs a
|
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
3c7caea
to
19699ab
Compare
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
19699ab
to
3763bfc
Compare
This pull request was exported from Phabricator. Differential Revision: D81784685 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D81784685 |
Summary: Pull Request resolved: pytorch#14182 Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
3763bfc
to
8f45d31
Compare
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
8f45d31
to
b244bf8
Compare
This pull request was exported from Phabricator. Differential Revision: D81784685 |
b244bf8
to
07b9861
Compare
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
This pull request was exported from Phabricator. Differential Revision: D81784685 |
Summary: Pull Request resolved: pytorch#14182 Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
07b9861
to
0d06750
Compare
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
0d06750
to
dca2ec8
Compare
This pull request was exported from Phabricator. Differential Revision: D81784685 |
Summary: Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc., during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This flag allows one to override such behavior and make best effort comparison. Reviewed By: Gasoonjia Differential Revision: D81784685
dca2ec8
to
69074bc
Compare
This pull request was exported from Phabricator. Differential Revision: D81784685 |
Differential Revision: D81784685 Pull Request resolved: pytorch#14182
Summary:
Often when aten graph has symbolic shape nodes, and inbuilt ops like gt/lt etc.,
during re-export of such a graph 'from_node' information is lost from node.meta. As a result we loose connection
between edge IR nodes and aten nodes for such ops. By default we validate that every edge IR node has corresponding
node in aten IR, and when such validation fails numeric debugger falls back to edge IR as reference graph. This
flag allows one to override such behavior and make best effort comparison.
Reviewed By: Gasoonjia
Differential Revision: D81784685