We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2dc96 commit c3230c3Copy full SHA for c3230c3
ggml/src/ggml-vulkan/CMakeLists.txt
@@ -214,7 +214,7 @@ if (Vulkan_FOUND)
214
DEPENDS ${_ggml_vk_output_dir}/CMakeCache.txt
215
${_ggml_vk_shader_cmake_file}
216
${_ggml_vk_shader_files}
217
- COMMAND cmake --build ${_ggml_vk_output_dir} --target all
+ COMMAND cmake --build ${_ggml_vk_output_dir} -j ${CMAKE_BUILD_PARALLEL_LEVEL}
218
COMMENT "Build vulkan shaders"
219
)
220
endif()
0 commit comments