]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: Improve build time for MSVC (#16545)
authorJeff Bolz <redacted>
Tue, 14 Oct 2025 12:51:36 +0000 (07:51 -0500)
committerGitHub <redacted>
Tue, 14 Oct 2025 12:51:36 +0000 (14:51 +0200)
commit7ea15bb64c81e3813eb0babf9a57e1bc5697f569
tree57e434e1dacfd8f18b60c0798b39d359f6de741d
parent9c7185dd28416cf67f5e3b268381f311b5e3da56
vulkan: Improve build time for MSVC (#16545)

Enable CMP0147 so custom build steps (invoking vulkan-shader-gen) are run in parallel.

Enable /MP so source files are compiled in parallel.
ggml/src/ggml-vulkan/CMakeLists.txt