ggerganov commited on
Commit
a596e84
·
1 Parent(s): 80a0445

cmake : fix whitespace (llama/0)

Browse files
ggml/src/ggml-vulkan/CMakeLists.txt CHANGED
@@ -59,7 +59,6 @@ if (Vulkan_FOUND)
59
  set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc")
60
  else()
61
  message(STATUS "GL_NV_cooperative_matrix2 supported by glslc")
62
-
63
  set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc")
64
  endif()
65
  else()
 
59
  set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc")
60
  else()
61
  message(STATUS "GL_NV_cooperative_matrix2 supported by glslc")
 
62
  set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc")
63
  endif()
64
  else()