mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Refactor for subgroups on mat * vec kernel.
This commit is contained in:
parent
3c2aa299d8
commit
4eefd386d0
@ -174,6 +174,9 @@ if (LLAMA_KOMPUTE)
|
|||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT ${spv_file}
|
OUTPUT ${spv_file}
|
||||||
DEPENDS ${LLAMA_DIR}/${source}
|
DEPENDS ${LLAMA_DIR}/${source}
|
||||||
|
${LLAMA_DIR}/kompute/common.comp
|
||||||
|
${LLAMA_DIR}/kompute/op_getrows.comp
|
||||||
|
${LLAMA_DIR}/kompute/op_mul_mv_q_n.comp
|
||||||
COMMAND ${glslc_executable} --target-env=vulkan1.2 -o ${spv_file} ${LLAMA_DIR}/${source}
|
COMMAND ${glslc_executable} --target-env=vulkan1.2 -o ${spv_file} ${LLAMA_DIR}/${source}
|
||||||
COMMENT "Compiling ${source} to ${source}.spv"
|
COMMENT "Compiling ${source} to ${source}.spv"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user