Skip to content

Commit 1c17010

Browse files
committed
vulkan : fix missing break in matmul selection (ggml-org#9)
1 parent 74ddf0f commit 1c17010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml-vulkan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ void ggml_vk_graph_compute(struct ggml_kompute_context * ctx, struct ggml_cgraph
14391439
ne11, ne12,
14401440
nb11, nb12,
14411441
nb1, nb2);
1442+
break;
14421443
case GGML_TYPE_F16:
14431444
ggml_vk_mul_mat_f16(seq, id_src0, id_src1, id_dst, off_src0, off_src1, off_dst, ne00, ne01, ne02, nb01, nb02, ne11, ne12, nb11, nb12, ne0, ne1);
14441445
break;

0 commit comments

Comments
 (0)