-
Notifications
You must be signed in to change notification settings - Fork 25.7k
[MPS] Remove all pre-MacOS14 logic #159912
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/159912
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (1 Unrelated Failure)As of commit 7c8be5b with merge base 8034b2a ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
#include <ATen/native/mps/ScanKernel_metallib.h> | ||
#endif | ||
|
||
// Generic scan implementation that handles both simple scans and scans with indices |
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.
we should also delete the respective metal shaders. But this can be on a follow up PR
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.
I think I've already did that, haven't I?
@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 |
Delete older enums, checks for MacOS-13.3+ for int64 support, etc Fixes pytorch#159275 Pull Request resolved: pytorch#159912 Approved by: https://github.com/manuelcandales
Followup after #159912 Fixes #164943 Pull Request resolved: #164946 Approved by: https://github.com/Camyll
Followup after #159912 Fixes #164943 Pull Request resolved: #164946 Approved by: https://github.com/Camyll (cherry picked from commit 01f3a43)
Followup after pytorch#159912 Fixes pytorch#164943 Pull Request resolved: pytorch#164946 Approved by: https://github.com/Camyll
Stack from ghstack (oldest at bottom):
Delete older enums, checks for MacOS-13.3+ for int64 support, etc
Fixes #159275