Open wmx-github opened 1 month ago
build openblas for windows on arm can refer to : How to build OpenBLAS for Windows on ARM64
or
This library provides binaries compiled for windows on arm :
https://github.com/turingevo/llama.cpp-build/releases
build width openblas sysyem: windows on arm64 , snapdragon 8cx gen3 openblas : OpenBLAS-0.3.28 build for windows on arm
build width vulkan sysyem: windows on arm64 , snapdragon 8cx gen3 vulkan: Vulkan SDK 1.3.296.0 for windows on arm
Blas is accelerated by compiling GGML provided, so in the llama.cpp/ggml/src/CMakeLists.txt file ,
Refer to GGML_BLAS:
add the following code in this line of code
if GGML_BLAS
frontBLAS_ROOT
is your openblas pathThen compile, specifying CUSTOM_BLAS=ON :