Skip to content

Commit 912c331

Browse files
authored
Fix merge error in #9454 (#9589)
Signed-off-by: Molly Sophia <[email protected]>
1 parent a5b57b0 commit 912c331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,7 @@ static bool ggml_cuda_compute_forward(ggml_backend_cuda_context & ctx, struct gg
23512351
break;
23522352
case GGML_OP_RWKV_WKV:
23532353
ggml_cuda_op_rwkv_wkv(ctx, dst);
2354+
break;
23542355
case GGML_OP_CROSS_ENTROPY_LOSS_BACK:
23552356
ggml_cuda_cross_entropy_loss_back(ctx, dst);
23562357
break;

0 commit comments

Comments
 (0)