]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : loop tiling optimizations for scalar path (#898)
authorMahesh Madhav <redacted>
Thu, 25 Jul 2024 07:54:08 +0000 (00:54 -0700)
committerGitHub <redacted>
Thu, 25 Jul 2024 07:54:08 +0000 (10:54 +0300)
commit31d544f87835a55602883fe09156bb85a4c163d8
treeaeb953703857e200a8763ec8290001aed9244d2f
parent2560b8ddc6c106c1334b5d6350632718e1c87590
ggml : loop tiling optimizations for scalar path (#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.
src/ggml-quants.c