-
Notifications
You must be signed in to change notification settings - Fork 227
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
Optionally enable KleidiAI + clean up setup.py flags #1826
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1826
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 9 PendingAs of commit fe8410b with merge base e767713 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
self.build_experimental_mps = self._os_bool_var( | ||
"TORCHAO_BUILD_EXPERIMENTAL_MPS", default=False | ||
) | ||
if self.build_experimental_mps: |
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.
also need to assert _is_arm64 here. the experimental mps ops are intended for apple silicon
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.
Added arm64
f97c450
to
e058cf5
Compare
* init * up * up * up * up * up * up * up * up * up
This PR,