]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : loop tiling optimizations for scalar path (ggml/898)
authorMahesh Madhav <redacted>
Thu, 25 Jul 2024 07:54:08 +0000 (00:54 -0700)
committerGeorgi Gerganov <redacted>
Sat, 27 Jul 2024 14:43:44 +0000 (17:43 +0300)
commita05ca9369716a8319014cd1fc365980d43f8aae9
treea60727887f2df0ae64b93a7a583511b24a4c4c14
parent9f77d899b7b0d56496f679e54b797da6199fed8e
ggml : loop tiling optimizations for scalar path (ggml/898)

Apply a loop tiling technique to the generic path, which provides
performance upside for ISAs with enough registers to take advantage
of it. Also helps the compiler optimize this path.
ggml/src/ggml-quants.c