-
Notifications
You must be signed in to change notification settings - Fork 682
Documentation polishing related to delegates #14551
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14551
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 2 Cancelled Jobs, 3 Unrelated FailuresAs of commit 36a788e with merge base b3f3111 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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
|
``` | ||
%aten_unsqueeze_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_arange_start_step_23, -2), kwargs = {}) | ||
%aten_unsqueeze_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_arange_start_step_24, -1), kwargs = {}) | ||
graph(): |
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.
Can we put this like this? That way, you can collapse
<details>
graph():
...
</details>
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.
updated
Summary: 1. backend-delegates-dependencies.md - fix typos 2. backend-delegates-integration.md - a bit polishing, use bullet point instead of plain text 3. debug-backend-delegate.md - use a real model so users can copy paste, also adapt to the API changes Reviewed By: mergennachin Differential Revision: D83186517
95151a5
to
36a788e
Compare
@pytorchbot cherry-pick --onto release/1.0 -c docs |
Summary: 1. backend-delegates-dependencies.md - fix typos 2. backend-delegates-integration.md - a bit polishing, use bullet point instead of plain text 3. debug-backend-delegate.md - use a real model so users can copy paste, also adapt to the API changes Differential Revision: D83186517 (cherry picked from commit a0e1395)
Cherry picking #14551The cherry pick PR is at #14672 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary:
Differential Revision: D83186517