From 8bb09b61ba929b0d0e5b8a73bf8c6521eceb87e9 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 16 Feb 2024 13:19:29 +0200 Subject: [PATCH] cmake : fix ggml-ci --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfe605545..7e604e608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -610,7 +610,7 @@ if (LLAMA_KOMPUTE) add_subdirectory(kompute) # Compile our shaders - Vcompile_shader(SOURCES + compile_shader(SOURCES kompute-shaders/op_scale.comp kompute-shaders/op_scale_8.comp kompute-shaders/op_add.comp