mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	cmake : fix whitespace (#0)
This commit is contained in:
		| @@ -59,7 +59,6 @@ if (Vulkan_FOUND) | |||||||
|             set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc") |             set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc") | ||||||
|         else() |         else() | ||||||
|             message(STATUS "GL_NV_cooperative_matrix2 supported by glslc") |             message(STATUS "GL_NV_cooperative_matrix2 supported by glslc") | ||||||
|              |  | ||||||
|             set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc") |             set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc") | ||||||
|         endif() |         endif() | ||||||
|     else() |     else() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov