]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Feature hexagon l2 norm (#22816)
authorPranav Dhinakar <redacted>
Fri, 8 May 2026 20:41:40 +0000 (13:41 -0700)
committerGitHub <redacted>
Fri, 8 May 2026 20:41:40 +0000 (13:41 -0700)
commitb46812de78f8fbcb6cf0154947e8633ebc78d9ac
tree3c252463fc938db5aa1fc1c8b780daa3a54f0dbc
parent49956041eed4f7c224c941c1b3808c379e5269c0
Feature hexagon l2 norm (#22816)

* L2_NORM Updates

* Addressed PR Comments

* ggml-hexagon: add L2_NORM HVX kernel for Hexagon backend

* hex-unary: remove supported_unary_nc since the outer loop is the same for all unary ops

---------

Co-authored-by: Max Krasnyansky <redacted>
ggml/src/ggml-hexagon/ggml-hexagon.cpp
ggml/src/ggml-hexagon/htp/htp-ops.h
ggml/src/ggml-hexagon/htp/main.c
ggml/src/ggml-hexagon/htp/unary-ops.c