We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37b38b commit 5048fb8Copy full SHA for 5048fb8
ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt
@@ -1,10 +1,10 @@
1
find_package (Threads REQUIRED)
2
3
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
4
- add_compile_definitions(GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
+ add_compile_definitions(GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
5
endif()
6
if (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
7
- add_compile_definitions(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
+ add_compile_definitions(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
8
9
set(TARGET vulkan-shaders-gen)
10
add_executable(${TARGET} vulkan-shaders-gen.cpp)
0 commit comments