-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[MPS] Fix the crash in bitwise ops on x86 platforms. #85285
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/85285
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit f88d39a: The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Looks good
@pytorchbot merge -f "MPS is green" |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @kulinseth. |
Fixes #ISSUE_NUMBER Pull Request resolved: #85285 Approved by: https://github.com/razarmehr, https://github.com/malfet
Follows the pattern from #85285 and returns before computing dispatching an empty metal kernel for bitwise not operation. Fixes crash when invoked with empty MPS tensor on AMD GPU
Follows the pattern from #85285 and returns before computing dispatching an empty metal kernel for bitwise not operation. Fixes crash when invoked with empty MPS tensor on AMD GPU Pull Request resolved: #87286 Approved by: https://github.com/kulinseth
Follows the pattern from #85285 and returns before computing dispatching an empty metal kernel for bitwise not operation. Fixes crash when invoked with empty MPS tensor on AMD GPU Pull Request resolved: #87286 Approved by: https://github.com/kulinseth (cherry picked from commit a79e034)
Follows the pattern from #85285 and returns before computing dispatching an empty metal kernel for bitwise not operation. Fixes crash when invoked with empty MPS tensor on AMD GPU Pull Request resolved: #87286 Approved by: https://github.com/kulinseth (cherry picked from commit a79e034)
Fixes #ISSUE_NUMBER