File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ if (Vulkan_FOUND)
153
153
-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}
154
154
-DGGML_VULKAN_COOPMAT_GLSLC_SUPPORT=${GGML_VULKAN_COOPMAT_GLSLC_SUPPORT}
155
155
-DGGML_VULKAN_COOPMAT2_GLSLC_SUPPORT=${GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT}
156
+ -DGGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT=${GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT}
156
157
BUILD_COMMAND ${CMAKE_COMMAND} --build .
157
158
INSTALL_COMMAND ${CMAKE_COMMAND} --install .
158
159
INSTALL_DIR ${CMAKE_BINARY_DIR}
Original file line number Diff line number Diff line change 6
6
if (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT )
7
7
add_compile_definitions (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT )
8
8
endif ()
9
+ if (GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT )
10
+ add_compile_definitions (GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT )
11
+ endif ()
9
12
set (TARGET vulkan-shaders-gen )
10
13
add_executable (${TARGET} vulkan-shaders-gen.cpp )
11
14
install (TARGETS ${TARGET} RUNTIME )
You can’t perform that action at this time.
0 commit comments