]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 13:56:40 +0000 (15:56 +0200)
commit50b7ab3d461d80c45b389e9469ef40e654feffb7
tree3b27682487bc1a425e4d44f1c8d6b068eb0d7b07
parentbc09047405c36d4f639e77739a01bf7fed7b0f24
hexagon: support for OP_CPY, host buffers now optional (llama/18822)
42 files changed:
ggml/src/ggml-hexagon/ggml-hexagon.cpp
ggml/src/ggml-hexagon/htp/CMakeLists.txt
ggml/src/ggml-hexagon/htp/act-ops.c
ggml/src/ggml-hexagon/htp/binary-ops.c
ggml/src/ggml-hexagon/htp/cpy-ops.c [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/flash-attn-ops.c
ggml/src/ggml-hexagon/htp/get-rows-ops.c
ggml/src/ggml-hexagon/htp/hex-dma.c [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hex-dma.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hex-dump.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hex-fastdiv.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hex-utils.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/htp-ctx.h
ggml/src/ggml-hexagon/htp/htp-dma.c [deleted file]
ggml/src/ggml-hexagon/htp/htp-dma.h [deleted file]
ggml/src/ggml-hexagon/htp/htp-msg.h
ggml/src/ggml-hexagon/htp/htp-ops.h
ggml/src/ggml-hexagon/htp/hvx-arith.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-base.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-copy.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-dump.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-exp.c [deleted file]
ggml/src/ggml-hexagon/htp/hvx-exp.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-floor.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-inverse.c [deleted file]
ggml/src/ggml-hexagon/htp/hvx-inverse.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-reduce.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-scale.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-sigmoid.c [deleted file]
ggml/src/ggml-hexagon/htp/hvx-sigmoid.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-sqrt.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-types.h [new file with mode: 0644]
ggml/src/ggml-hexagon/htp/hvx-utils.c [deleted file]
ggml/src/ggml-hexagon/htp/hvx-utils.h
ggml/src/ggml-hexagon/htp/main.c
ggml/src/ggml-hexagon/htp/matmul-ops.c
ggml/src/ggml-hexagon/htp/ops-utils.h [deleted file]
ggml/src/ggml-hexagon/htp/rope-ops.c
ggml/src/ggml-hexagon/htp/set-rows-ops.c
ggml/src/ggml-hexagon/htp/softmax-ops.c
ggml/src/ggml-hexagon/htp/unary-ops.c
ggml/src/ggml-hexagon/htp/worker-pool.c