]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
hexagon: add support for TRI op (#22822)
authorPranav Dhinakar <redacted>
Mon, 18 May 2026 21:04:57 +0000 (14:04 -0700)
committerGitHub <redacted>
Mon, 18 May 2026 21:04:57 +0000 (14:04 -0700)
commit9a532ae4bab1b164052ce60a738f78538b421c66
tree315220df4ceb4e2c7d2352870409440d349d26ca
parentb7340443d4cf6f89e8616de87ec6b3557055e581
hexagon: add support for TRI op (#22822)

* Hexagon: TRI HVX Kernel addition to ggml hexagon HTP ops and context

* addressed PR review comments for TRI op

* hexagon: clang format

* hex-unary: remove merge conflict markers

* hex-ggml: remove duplicate op cases (merge conflict)

* hex-ggml: fix editor config errors

---------

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