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

index a5d7587536725393fb51cf351e21ec6ef434b614..f6a92961071e5990c50fd02a75ba44fcf4cc486d 100644 (file)
@@ -1653,7 +1653,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) {