]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : improve graph build time via hash table lookup (#2329)
authorslaren <redacted>
Tue, 25 Jul 2023 12:32:20 +0000 (14:32 +0200)
committerGitHub <redacted>
Tue, 25 Jul 2023 12:32:20 +0000 (15:32 +0300)
commitda1889834a036a63ead2b0ca5c9ed8967712568c
tree0cdebeac93a7ff69bfc8b4cec1307d74d984f79c
parent82552b7f5403ca13957ac9a2cdc1732470057b62
ggml : improve graph build time via hash table lookup (#2329)

* improve graph build time

* ggml_tensor : use 1 bit per flag

* use a hash table instead
ggml.c
ggml.h
llama.cpp