]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
vulkan : Remove unexpected ; (ggml/1253)
authorKai Pastor <redacted>
Sat, 31 May 2025 10:49:55 +0000 (12:49 +0200)
committerGeorgi Gerganov <redacted>
Sun, 1 Jun 2025 10:43:57 +0000 (13:43 +0300)
ggml/src/ggml-vulkan/ggml-vulkan.cpp

index ab0303646f505a962059d9df766f6be05ebdd64e..41d20aa5d88475e558c003475383d9b196430a71 100644 (file)
@@ -1652,7 +1652,7 @@ static std::array<uint32_t, 2> 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<uint32_t>& warptile, bool mul_mat_id, ggml_type src0_type) {