From: Kai Pastor Date: Sat, 31 May 2025 10:49:55 +0000 (+0200) Subject: vulkan : Remove unexpected ; (#1253) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=94a83ba5a725ae2aee79df75dd99b2119d0478cc;p=pkg%2Fggml%2Fsources%2Fggml vulkan : Remove unexpected ; (#1253) --- diff --git a/src/ggml-vulkan/ggml-vulkan.cpp b/src/ggml-vulkan/ggml-vulkan.cpp index a5d75875..f6a92961 100644 --- a/src/ggml-vulkan/ggml-vulkan.cpp +++ b/src/ggml-vulkan/ggml-vulkan.cpp @@ -1653,7 +1653,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) {