]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: Improve build time for MSVC (llama/16545)
authorJeff Bolz <redacted>
Tue, 14 Oct 2025 12:51:36 +0000 (07:51 -0500)
committerGeorgi Gerganov <redacted>
Wed, 15 Oct 2025 06:29:17 +0000 (09:29 +0300)
commit73e200ee851bc74aede125ab3acf9edda6f3e9f7
tree64176499252d2eb138470a0c0bb80847819661b4
parent1bdd746bc8989733075c6e321e517b4ef0f6c203
vulkan: Improve build time for MSVC (llama/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