]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Add support for properly optimized Windows ARM64 builds with LLVM and MSVC (llama...
authorMax Krasnyansky <redacted>
Thu, 16 May 2024 02:47:36 +0000 (19:47 -0700)
committerGeorgi Gerganov <redacted>
Sun, 16 Jun 2024 15:19:48 +0000 (18:19 +0300)
commit488ad99c13512ffdabe979345793f6ee368f999e
treef4a4a33252a7c3d3c041643130f91c137127517e
parent7178cceeaab0fa18cdeda4cb8f3b128b93f39237
Add support for properly optimized Windows ARM64 builds with LLVM and MSVC (llama/7191)

* logging: add proper checks for clang to avoid errors and warnings with VA_ARGS

* build: add CMake Presets and toolchian files for Windows ARM64

* matmul-int8: enable matmul-int8 with MSVC and fix Clang warnings

* ci: add support for optimized Windows ARM64 builds with MSVC and LLVM

* matmul-int8: fixed typos in q8_0_q8_0 matmuls

Co-authored-by: Georgi Gerganov <redacted>
* matmul-int8: remove unnecessary casts in q8_0_q8_0

---------

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