Skip to content

Commit 5da7664

Browse files
NeoZhangJianyuarthwCISC
authored
[SYCL]fix ci crash about SSM_CONV (#17169)
* fix ci crash * Update ggml-sycl.cpp * Update ggml/src/ggml-sycl/ggml-sycl.cpp Co-authored-by: Sigbjørn Skjæret <[email protected]> --------- Co-authored-by: Zhang Jianyu <[email protected]> Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 23a46ce commit 5da7664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,6 +3933,7 @@ static bool ggml_sycl_compute_forward(ggml_backend_sycl_context & ctx, struct gg
39333933
break;
39343934
case GGML_OP_SSM_CONV:
39353935
ggml_sycl_ssm_conv(ctx, dst);
3936+
break;
39363937
case GGML_OP_ROLL:
39373938
ggml_sycl_roll(ctx, dst);
39383939
break;

0 commit comments

Comments
 (0)