kompute: use slightly newer Vulkan headers to avoid installation

- v1.3.231 is the default for this version of Kompute
- v1.3.234 introduced logic to avoid installation when built as a subproject
- v1.3.240 fails to configure

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
add-cuda-support-wip
Jared Van Bortel 4 weeks ago
parent eec9ec9a88
commit 9eaa326131

@ -606,6 +606,7 @@ function(include_ggml SUFFIX)
endforeach()
endfunction()
set(KOMPUTE_OPT_BUILT_IN_VULKAN_HEADER_TAG "v1.3.239" CACHE STRING "Kompute Vulkan headers tag")
set(KOMPUTE_OPT_LOG_LEVEL Critical CACHE STRING "Kompute log level")
set(FMT_INSTALL OFF)
add_subdirectory(${LLAMA_DIR}/kompute)

Loading…
Cancel
Save