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)
153153                    -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR} 
154154                    -DGGML_VULKAN_COOPMAT_GLSLC_SUPPORT=${GGML_VULKAN_COOPMAT_GLSLC_SUPPORT} 
155155                    -DGGML_VULKAN_COOPMAT2_GLSLC_SUPPORT=${GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT} 
156+                     -DGGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT=${GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT} 
156157            BUILD_COMMAND  ${CMAKE_COMMAND}  --build  .
157158            INSTALL_COMMAND ${CMAKE_COMMAND}  --install  .
158159            INSTALL_DIR ${CMAKE_BINARY_DIR} 
Original file line number Diff line number Diff line change 66if  (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
77    add_compile_definitions (GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT)
88endif ()
9+ if  (GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT)
10+     add_compile_definitions (GGML_VULKAN_INTEGER_DOT_GLSLC_SUPPORT)
11+ endif ()
912set (TARGET  vulkan-shaders-gen)
1013add_executable (${TARGET}  vulkan-shaders-gen.cpp)
1114install (TARGETS ${TARGET}  RUNTIME)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments