-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Support signbit in MPS.
#87214
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
Support signbit in MPS.
#87214
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/87214
Note: Links to docs will display an error until the docs builds have been completed. ✅ No Failures, 1 PendingAs of commit 157e4c4: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
kulinseth
left a comment
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.
Modulo the nit, it looks good. Thanks
|
Thanks! Fixed the typo :) |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
Co-authored-by: Kulin Seth <kulinseth@gmail.com>
|
Successfully rebased |
442a520 to
157e4c4
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
Hey @dfalbel. |
Implements the signbit operator for MPS. Links to pytorch#77764 Pull Request resolved: pytorch#87214 Approved by: https://github.com/kulinseth, https://github.com/kit1980
Implements the signbit operator for MPS. Links to pytorch#77764 Pull Request resolved: pytorch#87214 Approved by: https://github.com/kulinseth, https://github.com/kit1980
Implements the signbit operator for MPS. Links to #77764