-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[MTIA Aten Backend] Migrate logit #156284
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
# Context See the first PR #153670 # This diff Migrate logit to in-tree. Differential Revision: [D76871451](https://our.internmc.facebook.com/intern/diff/D76871451/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156284
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Pending, 25 Unrelated FailuresAs of commit d1eb0c4 with merge base 937529f ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs 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 pull request was exported from Phabricator. Differential Revision: D76871451 |
Attention! native_functions.yaml was changedIf you are adding a new function or defaulted argument to native_functions.yaml, you cannot use it from pre-existing Python frontend code until our FC window passes (two weeks). Split your PR into two PRs, one which adds the new C++ functionality, and one that makes use of it from Python, and land them two weeks apart. See https://github.com/pytorch/pytorch/wiki/PyTorch's-Python-Frontend-Backward-and-Forward-Compatibility-Policy#forwards-compatibility-fc for more info. Caused by: |
# Context See the first PR #153670 # This diff Migrate logit to in-tree. Differential Revision: [D76871451](https://our.internmc.facebook.com/intern/diff/D76871451/) cc egienvalue [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76871451 |
@pytorchbot merge -i (Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally) |
Starting merge as part of PR stack under #156286 |
@pytorchmergebot merge -f "already landed internally" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
# Context See the first PR #153670 # This diff Migrate t.Tensor_out / lt.Scalar_out to in-tree. Differential Revision: [D76873997](https://our.internmc.facebook.com/intern/diff/D76873997/) Pull Request resolved: #156285 Approved by: https://github.com/nautsimon ghstack dependencies: #155634, #156046, #156047, #156283, #156284
# Context See the first PR #153670 # This diff Migrate logical_and.out to in-tree Differential Revision: [D76874551](https://our.internmc.facebook.com/intern/diff/D76874551/) Pull Request resolved: #156286 Approved by: https://github.com/nautsimon, https://github.com/jingsh ghstack dependencies: #155634, #156046, #156047, #156283, #156284, #156285
Stack from ghstack (oldest at bottom):
Context
See the first PR #153670
This diff
Migrate logit to in-tree.
Differential Revision: D76871451
cc @egienvalue