]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: use _mm[512/256]_dpbusd[_avx]_epi32 to directly accumulate into the result...
authorSXX <redacted>
Mon, 14 Apr 2025 05:47:55 +0000 (13:47 +0800)
committerGitHub <redacted>
Mon, 14 Apr 2025 05:47:55 +0000 (08:47 +0300)
commite959d32b1c16c02c0bc0bcdc7bc3f7077bc32f99
tree208408b86b1e023b3d55fae34df8c52ecdad0f6f
parent307bfa253dea07c9270e78fa53b133504e9c3c9d
ggml: use _mm[512/256]_dpbusd[_avx]_epi32 to directly accumulate into the result register (#12773)

* ggml: use _mm[512/256]_dpbusd[_avx]_epi32 to directly accumulate into the result register

* simplifies the codebase by removing redundant functions
ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp