]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Tue, 28 May 2024 11:41:08 +0000 (14:41 +0300)
commit3e466449e39bd111966890e9069df5f9ad613466
tree69f297affcfdb99aeeea55c11062f77c12aa1824
parent08836a14fcaabf6be485ede1eaa14ce7dbb29600
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>
src/ggml-quants.c