Skip to content

Commit 108009f

Browse files
dg0ytggerganov
authored andcommitted
vulkan : Remove unexpected ; (ggml/1253)
1 parent d337252 commit 108009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ static std::array<uint32_t, 2> fa_rows_cols(FaCodePath path, uint32_t D, uint32_
16521652
return {64, 32};
16531653
}
16541654
return {64, 64};
1655-
};
1655+
}
16561656

16571657
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) {
16581658

0 commit comments

Comments
 (0)