From: Kai Pastor Date: Sat, 31 May 2025 10:49:55 +0000 (+0200) Subject: vulkan : Remove unexpected ; (ggml/1253) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=108009f5c7267b77292c11f788f602d6d7ae8fcd;p=pkg%2Fggml%2Fsources%2Fllama.cpp vulkan : Remove unexpected ; (ggml/1253) --- diff --git a/ggml/src/ggml-vulkan/ggml-vulkan.cpp b/ggml/src/ggml-vulkan/ggml-vulkan.cpp index ab030364..41d20aa5 100644 --- a/ggml/src/ggml-vulkan/ggml-vulkan.cpp +++ b/ggml/src/ggml-vulkan/ggml-vulkan.cpp @@ -1652,7 +1652,7 @@ static std::array fa_rows_cols(FaCodePath path, uint32_t D, uint32_ return {64, 32}; } return {64, 64}; -}; +} static bool ggml_vk_matmul_shmem_support(const vk_device& device, const std::vector& warptile, bool mul_mat_id, ggml_type src0_type) {