-
Notifications
You must be signed in to change notification settings - Fork 33
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
llama.cpp sync for SVE support for Q4_K_Ms #109
Comments
Hey there, wanted to ask if you actually tested this on device? As far as I know, SVE isn't not actually implemented by most Android mobile SOCs, and the few which do have limited compatibility (Pixel devices are the biggest offender). Most SVE implementations seem to be for server-grade ARM, like Graviton. |
good point. I'll give it a try and if I see any improvements, at least on any devices I have, I'll report here. |
@Vali-98 jup, no improvement on TG or PP on Pixel 9. Pixel 9 features:
|
Though I don't own a Pixel device, I've read elsewhere that the SVE support was spotty and incomplete. I don't think there is much left to be gained for CPU acceleration on android. Our best bet would be someone implementing Qualcomm's hexagon APIs for NPUs to llama.cpp, similar to what has been done with PowerServe: https://github.com/powerserve-project/PowerServe |
Apologies, I know you just synced a few days ago, but the numbers for this PR look amazing:
ggerganov/llama.cpp#11227 (comment)
The text was updated successfully, but these errors were encountered: