-
Notifications
You must be signed in to change notification settings - Fork 748
XNNPACK: Add support for clone #14693
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
Summary: * Partition `dim_order_clone.default" * Revert back to `aten.clone.default" * Run `RemoveCloneOpsTransform` to remove redundant clones * Lower `aten.clone.default` to XNNPACKStaticTranspose if left * Add tests Differential Revision: D83560001
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14693
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 6 Cancelled Jobs, 2 Unrelated FailuresAs of commit 62d52fc with merge base f7c009e ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was 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. |
|
@digantdesai has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83560001. |
This PR needs a
|
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
RemoveCloneOpsTransformto remove redundant clonesaten.clone.defaultto XNNPACKStaticTranspose if leftDifferential Revision: D83560001