-
Notifications
You must be signed in to change notification settings - Fork 0
UPSTREAM PR #17907: [WIP]gml-hexagon: Q4_0 mm opt #512
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
base: main
Are you sure you want to change the base?
Conversation
|
Explore the complete analysis inside the Version Insights Performance Analysis SummaryProject: llama.cpp (auroralabs-loci) SummaryThis PR introduces Qualcomm Hexagon HTP backend optimizations for Q4_0 quantized matrix multiplication through loop unrolling, helper function extraction, and RoPE implementation refactoring. Analysis reveals no measurable performance impact across all binaries and functions. Changes affect 2 files (matmul-ops.c, rope-ops.c) with code quality improvements including const-correctness, constant hoisting, and memcpy optimization for bulk copies. The modifications maintain performance parity with power consumption changes below 0.001% across all binaries. |
0e7b989 to
24b5a2d
Compare
78ff3d3 to
117bfc3
Compare
Mirrored from ggml-org/llama.cpp#17907
Make sure to read the contributing guidelines before submitting a PR