Skip to content

Commit 36c7113

Browse files
committed
WIP: refactor for subgroups on mat * vec kernel.
1 parent 9611c40 commit 36c7113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpt4all-backend/llama.cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ if (LLAMA_KOMPUTE)
173173
set(spv_file ${CMAKE_CURRENT_BINARY_DIR}/${OP_FILE}.spv)
174174
add_custom_command(
175175
OUTPUT ${spv_file}
176-
DEPENDS ${LLAMA_DIR}/${source}
176+
DEPENDS ${LLAMA_DIR}/${source} ${LLAMA_DIR}/kompute/common.comp
177177
COMMAND ${glslc_executable} --target-env=vulkan1.2 -o ${spv_file} ${LLAMA_DIR}/${source}
178178
COMMENT "Compiling ${source} to ${source}.spv"
179179
)

0 commit comments

Comments
 (0)