- Notifications
You must be signed in to change notification settings - Fork26.3k
[EZ][MPS] Enable rsub op#153786
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[EZ][MPS] Enable rsub op#153786
Uh oh!
There was an error while loading.Please reload this page.
Conversation
pytorch-botbot commentedMay 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🔗 Helpful Links🧪 See artifacts and rendered test results athud.pytorch.org/pr/153786
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit0f22347 with merge base8568dbc ( 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. Seehttps://github.com/pytorch/pytorch/wiki/PyTorch's-Python-Frontend-Backward-and-Forward-Compatibility-Policy#forwards-compatibility-fc for more info. Caused by: |
pytorchmergebot commentedMay 19, 2025
Starting merge as part of PR stack under#153787 |
Regardless of the input layout, transposed convolution always returns contiguous tensor on MPSAdd test to validate thatThis fixes torch.compile for SegmentAnything networkPull Requestresolved:#153787Approved by:https://github.com/cyyever,https://github.com/Skylion007,https://github.com/jansel,https://github.com/dccighstack dependencies:#153786
Uh oh!
There was an error while loading.Please reload this page.
Stack fromghstack (oldest at bottom):
Nothing really to enable, just add it to native functions, TensorIterator abstraction takes care of the rest