]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : implement fast walsh-hadamard transform for kv rotation (#21352) (#22631)
authorIsmail <redacted>
Tue, 5 May 2026 02:05:05 +0000 (04:05 +0200)
committerGitHub <redacted>
Tue, 5 May 2026 02:05:05 +0000 (10:05 +0800)
commita817a22bc66465ae0c08a69fc1571b0ec69570ad
tree9e061dcfe4015375936f6ee8e8c62429b3ee7c5f
parenteff06702b2a52e1020ea009ebd86cb9f5acabab5
ggml : implement fast walsh-hadamard transform for kv rotation (#21352) (#22631)
ggml/include/ggml.h
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/ops.h
ggml/src/ggml.c
src/llama-graph.cpp
src/llama-kv-cache.cpp
tests/test-backend-ops.cpp