kompute: fix library loading issues with kp_logger (#1517)

pull/1524/head
cebtenzzre 12 months ago committed by GitHub
parent f79557d2aa
commit 9a19c740ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 81c24d7b7df0d3564c8563bb769bd0302588fe1f
Subproject commit ffe96e1ebf9cdae1dc82b2049d9e45c1875472ab

@ -222,6 +222,7 @@ if (LLAMA_KOMPUTE)
if (EXISTS "${LLAMA_DIR}/kompute/CMakeLists.txt")
message(STATUS "Kompute found")
set(KOMPUTE_OPT_LOG_LEVEL Error CACHE STRING "Kompute log level")
add_subdirectory(${LLAMA_DIR}/kompute)
# Compile our shaders

Loading…
Cancel
Save