Skip to content
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

Make way for aarch64 #2

Merged
merged 38 commits into from Aug 14, 2023
Merged

Make way for aarch64 #2

merged 38 commits into from Aug 14, 2023

Conversation

jerinphilip
Copy link
Owner

@jerinphilip jerinphilip commented Aug 12, 2023

Enable the following paths.

  1. google/ruy for aarch64 int8*int8 matmul (affine) - Mac M1, Android Phones.
  2. google/ruy for android aarch64 float32*float32 matmul (attention).
  3. Apple Accelerate for Mac M1 float32*float32 matmul (attention)

Effectively, this supports Mac (x86_64 Intel, aarch64 M1) and Android (untested, aarch64) now. There are obvious optimizations pending on some fronts in the newly created branches.

@jerinphilip jerinphilip changed the title aarch64 and associated refactor Make way for aarch64 Aug 14, 2023
@jerinphilip jerinphilip marked this pull request as ready for review August 14, 2023 07:57
@jerinphilip jerinphilip merged commit 774fbc7 into main Aug 14, 2023
4 checks passed
@jerinphilip jerinphilip deleted the aarch64+refactor branch August 20, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant