-
Notifications
You must be signed in to change notification settings - Fork 689
Fix documentation link for Core ATen operators #15050
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
Updated link to Core ATen operator set documentation.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15050
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ⏳ No Failures, 114 PendingAs of commit b846198 with merge base 1a8acf6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Updated link to Core ATen operator set documentation. ### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
``` python scripts/pick_doc_commits.py --main=origin/main --release=origin/release/1.0 ``` https://gist.github.com/mergennachin/155d28c84069d7808469ebaeca07aa5f Cherry-picking - 42e8746 Update Voxral README.md (#14324) - 4d0961e Update Voxtral README.md (#14414) - 30568d2 Fix outdated lintrunner directions (#14449) - c98079a Update Voxtral README.md (#14544) - e608a21 [Backend Tester] Update README (#14739) - fc512fa Fix typos in docs ahead of GA (#14964) - 1a8acf6 Update top-level README.md file (#15049) - 9560800 Fix documentation link for Core ATen operators (#15050) - b9451c9 Use new logo in ExecuTorch (#14782) - 481c9cf Fix various minor links in top-level README.md (#15052) Skipping - d382f6b mypy fix (#15080) (not a doc) - 41b061e NXP backend: Update user guide and docs Readme (#14852) (merge conflict) --------- Co-authored-by: Jack <32371937+jackzhxng@users.noreply.github.com> Co-authored-by: Scott Wolchok <swolchok@meta.com> Co-authored-by: Gregory Comer <gjcomer@meta.com> Co-authored-by: Abhinayk <abhinayk@meta.com>
@pytorchbot cherry-pick --onto release/1.0 -c docs |
Cherry picking #15050Command
Details for Dev Infra teamRaised by workflow job |
Updated link to Core ATen operator set documentation.
Summary
[PLEASE REMOVE] See CONTRIBUTING.md's Pull Requests for ExecuTorch PR guidelines.
[PLEASE REMOVE] If this PR closes an issue, please add a
Fixes #<issue-id>
line.[PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: " label. For a list of available release notes labels, check out CONTRIBUTING.md's Pull Requests.
Test plan
[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.