[MPS] Move logaddexp/logaddexp2 to Metal and support complex#166670
[MPS] Move logaddexp/logaddexp2 to Metal and support complex#166670kurtamohler wants to merge 1 commit intogh/kurtamohler/59/basefrom
logaddexp/logaddexp2 to Metal and support complex#166670Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/166670
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b35cde7 with merge base b9bcb37 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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: |
|
@pytorchbot merge -f "Lint + MPS are green" |
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 |
NOTE: Complex inputs are only supported in `logaddexp`. Since `logaddexp2` does not support complex inputs for CPU, it is not enabled for MPS in this PR either. Pull Request resolved: #166670 Approved by: https://github.com/malfet
…ch#166670) NOTE: Complex inputs are only supported in `logaddexp`. Since `logaddexp2` does not support complex inputs for CPU, it is not enabled for MPS in this PR either. Pull Request resolved: pytorch#166670 Approved by: https://github.com/malfet
Stack from ghstack (oldest at bottom):
logaddexp/logaddexp2to Metal and support complex #166670NOTE: Complex inputs are only supported in
logaddexp. Sincelogaddexp2does not support complex inputs for CPU, it is not enabled for MPS in this PR either.