Skip to content

Tags: zero456/llama.cpp

Tags

b7099

Toggle b7099's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chat: fix int overflow, prevent size calculation in float/double (ggm…

…l-org#17357)

* chat: fix int overflow, prevent size calculation in float/double

* Update common/chat.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

b7087

Toggle b7087's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ggml : add missing AVX512 feature checks (ggml-org#17270)

_mm512_cvtepu8_epi16        requires  __AVX512BW__
_mm512_srli_epi16           requires  __AVX512BW__
__builtin_ia32_inserti32x8  requires  __AVX512DQ__

Signed-off-by: Adrien Gallouët <angt@huggingface.co>

b7070

Toggle b7070's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vulkan: Replace 16-bit unpack8 calls to work around legacy Windows AM…

…D driver bug (ggml-org#17285)