]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sgemm : AVX Q4_0 and Q8_0 (#6891)
authorEve <redacted>
Wed, 8 May 2024 14:29:23 +0000 (14:29 +0000)
committerGitHub <redacted>
Wed, 8 May 2024 14:29:23 +0000 (17:29 +0300)
commit465263d0cf1e8f8bc41948332dbd009d27a68590
tree3b0e7958af40c31b91e1d2a598c89de40bbc5c09
parent911b3900dded9a1cfe0f0e41b82c7a29baf3a217
sgemm : AVX Q4_0 and Q8_0 (#6891)

* basic avx implementation

* style

* combine denibble with load

* reduce 256 to 128 (and back!) conversions

* sse load

* Update sgemm.cpp

* oops

oops
sgemm.cpp