vulkan: Fix missing cmake logic for dot product extension (#12721)
This commit is contained in:
parent
2004644b7a
commit
1c059995e0
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@ endif()
|
|||
if (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
|
||||
add_compile_definitions(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
|
||||
endif()
|
||||
if (GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT)
|
||||
add_compile_definitions(GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT)
|
||||
endif()
|
||||
set(TARGET vulkan-shaders-gen)
|
||||
add_executable(${TARGET} vulkan-shaders-gen.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue