-
Notifications
You must be signed in to change notification settings - Fork 794
NXP backend: Add support for aten.clone with contiguous memory format #15106
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
NXP backend: Add support for aten.clone with contiguous memory format #15106
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15106
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 cb3b8c7 with merge base c5b05a9 ( 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. |
ca77355 to
0d71247
Compare
|
@pytorchbot label "module: nxp" "release notes: nxp" |
0d71247 to
4e91b53
Compare
4e91b53 to
e9f74c2
Compare
e9f74c2 to
936e273
Compare
936e273 to
7df8667
Compare
7df8667 to
1e42fa0
Compare
StrycekSimon
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.
Looks good to me.
…rmat. This node is sometimes added into a QDQ cluster after lowering to edge, if a tensor has some specific memory format which is not supported by the following node.
1e42fa0 to
cb3b8c7
Compare
Summary
Add support for
aten.cloneanddim_order_ops._clone_dim_orderwhich set the dim order to "contiguous".Test plan
unit tests provided.
cc @robert-kalmar