-
Notifications
You must be signed in to change notification settings - Fork 749
Update some remove ops passes to correctly set their modified bit #16065
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/16065
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 1 Unrelated FailureAs of commit 4cdb90b with merge base 4014597 ( NEW FAILURE - The following job has failed:
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 PR needs a
|
…torch#16065) Summary: Updated - RemoveNopSelectOpPass - RemovePermutesAroundElementwiseOps Differential Revision: D87895473
1544f43 to
be11b4f
Compare
Summary: Updated - ReplaceAtenAvgPoolWithCadenceAvgPoolPass - ReplaceIm2RowWithViewPass - ReplaceEmptyTensorsWithFullPass (doesn't use new interface, just correctly only runs full export pass if necessary) - ReplaceWhereWithFullArgsWithWhereScalar - ReplaceMulTensorWithMulAndFullOpsPass - ReplaceAdaptiveAvgPoolWithAtenAvgPoolPass Reviewed By: hsharma35 Differential Revision: D87877176
…entations Summary: Updated - FuseCascadedViewOps - ReplaceAtenConvolutionWithCadenceConvolutionPass - ReplaceTransposedConvWithLinearPass - ReplaceNopTransposeOrPermuteWithViewPass - ReplaceLinearWithFullyConnectedOpPass to use the new efficient pass interface which also correctly sets the modified bit. Also fix the transposed_im2row since numerical validation was failing for tests that introduced those ops. Differential Revision: D87837579
…mostPass to correctly set modified bit Summary: As titled Differential Revision: D87880891
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 Differential Revision: D87885581
…FuseMulTensorIntoDequantPass to use new pass interface Summary: Updates - FuseMulScalarIntoDequantPass - FuseMulTensorIntoDequantPass - FuseMulTensorIntoQuantPass Differential Revision: D87887841
…torch#16065) Summary: Updated - RemoveNopSelectOpPass - RemovePermutesAroundElementwiseOps Differential Revision: D87895473
be11b4f to
4cdb90b
Compare
Summary:
Updated
Differential Revision: D87895473