-
Notifications
You must be signed in to change notification settings - Fork 748
[EXIR] Register _clone_dim_order op and map aten.clone #13735
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
877119f
Register clone_dim_order op; add test for op replacement
keyprocedure f75845d
Rename clone_dim_order op registration test
keyprocedure 83d8c75
Merge branch 'main' into add-dim-order-clone-aot
Gasoonjia cff39c9
Add graph level and end to end tests for _clone_dim_order op
keyprocedure 1fe461f
Remove _clone_dim_order op registration (moved to PR #12974)
keyprocedure 95db027
Register _clone_dim_order op
keyprocedure 63d45e7
Merge branch 'main' into add-dim-order-clone-aot
keyprocedure d9a181c
Merge branch 'main' into add-dim-order-clone-aot
Gasoonjia c7caa27
Register _clone_dim_order as no-op in CoreML
keyprocedure e54605f
Remove redundant _clone_dim_order graph check
keyprocedure 246bc44
Add _clone_dim_order to RemoveClonePass and update op name in tests
keyprocedure c48467c
Register _clone_dim_order under TOSA support check
keyprocedure e262a36
Merge branch 'main' into add-dim-order-clone-aot
digantdesai 5546360
Add clone_dim_order_support to TOSA operator support list
keyprocedure 5c5e65a
Register node visitor for _clone_dim_order
keyprocedure fe7dd11
Merge branch 'main' into add-dim-order-clone-aot
Gasoonjia 7a0bc6a
Remove visitor node registration for _clone_dim_order
keyprocedure 74e2cce
Remove aten.clone check from RemoveClonePass
keyprocedure f9f9515
Remove input dtype gating and add memory_format check
keyprocedure 8d0cb06
Merge branch 'main' into add-dim-order-clone-aot
Gasoonjia 6839212
Add Core ML test for _clone_dim_order
keyprocedure e8ceb5d
Merge branch 'main' into add-dim-order-clone-aot
keyprocedure b76cf7b
Refactor clone_dim_order_support to existing clone_support file
keyprocedure 5bfd58b
Replace edge.aten.clone with edge.dim_order_ops._clone_dim_order
keyprocedure f8ab347
Merge branch 'main' into add-dim-order-clone-aot
keyprocedure 4a2383b
Fix formatting
keyprocedure 30a1d13
Merge branch 'main' into add-dim-order-clone-aot
Gasoonjia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
LGTM