mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-20 19:10:33 +00:00
WIP: refactor for subgroups on mat * vec kernel.
This commit is contained in:
Submodule gpt4all-backend/llama.cpp-mainline updated: 0631ea363c...d3915bb50e
@@ -173,7 +173,7 @@ if (LLAMA_KOMPUTE)
|
||||
set(spv_file ${CMAKE_CURRENT_BINARY_DIR}/${OP_FILE}.spv)
|
||||
add_custom_command(
|
||||
OUTPUT ${spv_file}
|
||||
DEPENDS ${LLAMA_DIR}/${source}
|
||||
DEPENDS ${LLAMA_DIR}/${source} ${LLAMA_DIR}/kompute/common.comp
|
||||
COMMAND ${glslc_executable} --target-env=vulkan1.2 -o ${spv_file} ${LLAMA_DIR}/${source}
|
||||
COMMENT "Compiling ${source} to ${source}.spv"
|
||||
)
|
||||
|
Reference in New Issue
Block a user