-
Notifications
You must be signed in to change notification settings - Fork 818
Update ScalarToTensorPass to correctly track the modified bit #16231
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16231
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 4 PendingAs of commit 2e7d7dd with merge base 9d257c8 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
2317f5b to
fcbc41c
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
fcbc41c to
6afcfe0
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
6afcfe0 to
26ca6a8
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
26ca6a8 to
b91ae80
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
cc4d69c to
746664f
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph. Reviewed By: hsharma35 Differential Revision: D89085647
746664f to
489fdd4
Compare
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit. Reviewed By: hsharma35 Differential Revision: D89085647
|
@larryliu0820 @JacobSzwejbka could we get eyes on this please? :) |
abeakkas
left a comment
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.
Approved with comments on Phabricator.
…h#16231) Summary: Update ScalarToTensorPass to correctly track the modified bit. Also updated test_export_scalar_to_tensor_pass. to_edge already implicitly ran the pass, so the additional pass was idempotent. The updated test manually constructs a graph, checks that the pass modified the graph via graph examination and running the interpreter to check for numerical correctness. Reviewed By: hsharma35 Differential Revision: D89085647
489fdd4 to
2e7d7dd
Compare
Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph.
Also updated test_export_scalar_to_tensor_pass. to_edge already implicitly ran the pass, so the additional pass was idempotent. The updated test manually constructs a graph, checks that the pass modified the graph via graph examination and running the interpreter to check for numerical correctness.
Differential Revision: D89085647