]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : vector length agnostic SVE support (llama/9290)
authorPrashant Vithule <redacted>
Mon, 9 Sep 2024 15:37:18 +0000 (21:07 +0530)
committerGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 16:45:08 +0000 (19:45 +0300)
commit1fbdb813c02968a0818ccf28bac80ab184598bc7
treedebb7f44a051f397858c8e6fdd27d11d2b22135c
parent67725ac8f38664541e00e6426393cb119a2d5ee8
ggml : vector length agnostic SVE support (llama/9290)

* Implemented vector length agnostic SVE using switch case for 512-bit, 256-bit, 128-bit vector lengths

* Implemented vector length agnostic SVE using switch case for 512-bit, 256-bit, 128-bit vector lengths

* Removed WhiteSpaces

* ggml : style changes + fix 512-bit nb loop check

- fix local scope in switch cases
- consistent predicate names
- empty lines when necessary
- opening braces, spaces
- const-correctness
- add asserts

* Update ggml/src/ggml-quants.c

Co-authored-by: Georgi Gerganov <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-quants.c