]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
hexagon: support for OP_CPY, host buffers now optional (llama/18822)
authorMax Krasnyansky <redacted>
Fri, 30 Jan 2026 08:28:03 +0000 (10:28 +0200)
committerGeorgi Gerganov <redacted>
Fri, 30 Jan 2026 11:49:29 +0000 (13:49 +0200)
commitc2f1fb20ae37140b8d2d548d473af80fd1d4bfb5
treec3dd6dc319961bf5343e5cb307ffcfdf72f5f9f0
parent15c35cd6d3c17c8fa6d57cb084cc4319c7880fad
hexagon: support for OP_CPY, host buffers now optional (llama/18822)
42 files changed:
src/ggml-hexagon/ggml-hexagon.cpp
src/ggml-hexagon/htp/CMakeLists.txt
src/ggml-hexagon/htp/act-ops.c
src/ggml-hexagon/htp/binary-ops.c
src/ggml-hexagon/htp/cpy-ops.c [new file with mode: 0644]
src/ggml-hexagon/htp/flash-attn-ops.c
src/ggml-hexagon/htp/get-rows-ops.c
src/ggml-hexagon/htp/hex-dma.c [new file with mode: 0644]
src/ggml-hexagon/htp/hex-dma.h [new file with mode: 0644]
src/ggml-hexagon/htp/hex-dump.h [new file with mode: 0644]
src/ggml-hexagon/htp/hex-fastdiv.h [new file with mode: 0644]
src/ggml-hexagon/htp/hex-utils.h [new file with mode: 0644]
src/ggml-hexagon/htp/htp-ctx.h
src/ggml-hexagon/htp/htp-dma.c [deleted file]
src/ggml-hexagon/htp/htp-dma.h [deleted file]
src/ggml-hexagon/htp/htp-msg.h
src/ggml-hexagon/htp/htp-ops.h
src/ggml-hexagon/htp/hvx-arith.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-base.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-copy.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-dump.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-exp.c [deleted file]
src/ggml-hexagon/htp/hvx-exp.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-floor.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-inverse.c [deleted file]
src/ggml-hexagon/htp/hvx-inverse.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-reduce.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-scale.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-sigmoid.c [deleted file]
src/ggml-hexagon/htp/hvx-sigmoid.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-sqrt.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-types.h [new file with mode: 0644]
src/ggml-hexagon/htp/hvx-utils.c [deleted file]
src/ggml-hexagon/htp/hvx-utils.h
src/ggml-hexagon/htp/main.c
src/ggml-hexagon/htp/matmul-ops.c
src/ggml-hexagon/htp/ops-utils.h [deleted file]
src/ggml-hexagon/htp/rope-ops.c
src/ggml-hexagon/htp/set-rows-ops.c
src/ggml-hexagon/htp/softmax-ops.c
src/ggml-hexagon/htp/unary-ops.c
src/ggml-hexagon/htp/worker-pool.c