-
Notifications
You must be signed in to change notification settings - Fork 806
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. ⏳ No Failures, 118 PendingAs of commit 26ca6a8 with merge base 5ec362a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
|
||
| if changed: | ||
| graph_module.recompile() | ||
| return super().call(graph_module) |
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.
Why bother calling super anymore? Wont this just walk the graph doing a bunch of nothing?
…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
…torch#16065) Summary: Updated - RemoveNopSelectOpPass - RemovePermutesAroundElementwiseOps Differential Revision: D87895473
Summary: Updated - FuseMMWithAdd - FuseOpPairsAcrossBranchesPass - FuseQuantDequantToRequantizePass - FuseTransposeOrPermuteOpPairsPass - FuseFullThenReshapePass And modified tests for those passes to run numerical validation. Additionally, fixed a test which was providing wrong dtypes for requant Reviewed By: hsharma35 Differential Revision: D87885581
…FuseMulTensorIntoDequantPass to use new pass interface Summary: Updates - FuseMulScalarIntoDequantPass - FuseMulTensorIntoDequantPass - FuseMulTensorIntoQuantPass Reviewed By: abeakkas Differential Revision: D87887841
…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
Summary: Update ScalarToTensorPass to correctly track the modified bit, only run export pass if there are changes to the graph.
Differential Revision: D89085647