From fc0b844eec3f0a43e2a0ae7113511a96f538f305 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 31 Mar 2025 15:05:30 +0300 Subject: [PATCH] cmake : fix whitespace (llama/0) --- ggml/src/ggml-vulkan/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/ggml-vulkan/CMakeLists.txt b/ggml/src/ggml-vulkan/CMakeLists.txt index 251e0f2d..2615ae1a 100644 --- a/ggml/src/ggml-vulkan/CMakeLists.txt +++ b/ggml/src/ggml-vulkan/CMakeLists.txt @@ -59,7 +59,6 @@ if (Vulkan_FOUND) set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc") else() message(STATUS "GL_NV_cooperative_matrix2 supported by glslc") - set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc") endif() else()