]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Thu, 8 Aug 2024 19:48:46 +0000 (22:48 +0300)
commit0d1a11e5e2067b9c259325ff40cb719d7378faa4
treeba18d02fd12217e749d65611402223275f89939f
parentb2ead7d6f45cb1a7873ffd1bbcc97c5fb3220df4
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