Refactor for subgroups on mat * vec kernel.

This commit is contained in:
Adam Treat 2023-09-26 10:45:00 -04:00
parent 99c106e6b5
commit dae6080f42
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 99c5c9a0d834888c33669855f3a1cf425df37dd2
Subproject commit 45708bc9529bdc717d5ccd6e0910c3c3c86a52b7

View File

@ -174,6 +174,9 @@ if (LLAMA_KOMPUTE)
add_custom_command(
OUTPUT ${spv_file}
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}
COMMENT "Compiling ${source} to ${source}.spv"
)