-
Notifications
You must be signed in to change notification settings - Fork 794
Update more passes to use new pass interface/correctly set their modified bits #16228
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/16228
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 18b57e9 with merge base 7815c38 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
02ca522 to
08bf060
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Differential Revision: D87898571
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Differential Revision: D87898571
08bf060 to
47819db
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Differential Revision: D87898571
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Differential Revision: D87898571
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Differential Revision: D87898571
47819db to
b7a1e0e
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Reviewed By: hsharma35 Differential Revision: D87898571
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Reviewed By: hsharma35 Differential Revision: D87898571
b7a1e0e to
8838d3b
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Reviewed By: hsharma35 Differential Revision: D87898571
8838d3b to
1613e37
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Reviewed By: hsharma35 Differential Revision: D87898571
1613e37 to
96b6bd4
Compare
…fied bits (pytorch#16228) Summary: Update - SinkOpsCloserToUsePass - HoistOpsCloserToDefPass - PostponePermuteOpBelowSqueezeOrUnsqueezeLikeView - SimplifySliceOpPass - BindOptionalArgsPass - ReplaceConstantPadWithTuringExtendPass to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well. Reviewed By: hsharma35 Differential Revision: D87898571
96b6bd4 to
18b57e9
Compare
Summary:
Update
to either use new pass interface (which is more efficient/correctly sets modified bit) or just correctly set modified bit if doesn't fit the interface well.
Differential Revision: D87898571