Skip to content

Commit

Permalink
vulkan : fix missing break in matmul selection (ggerganov#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre committed Nov 3, 2023
1 parent 74ddf0f commit 1c17010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml-vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,7 @@ void ggml_vk_graph_compute(struct ggml_kompute_context * ctx, struct ggml_cgraph
ne11, ne12,
nb11, nb12,
nb1, nb2);
break;
case GGML_TYPE_F16:
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);
break;
Expand Down

0 comments on commit 1c17010

Please sign in to comment.