Skip to content

Commit 0ea9ccb

Browse files
committed
rebase and fix compile
Signed-off-by: Yu Zhentao <[email protected]>
1 parent 482d8f5 commit 0ea9ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5941,7 +5941,6 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons
59415941
return true;
59425942
case GGML_OP_ROPE:
59435943
return ggml_is_contiguous(op->src[0]);
5944-
case GGML_OP_ROPE:
59455944
case GGML_OP_IM2COL:
59465945
case GGML_OP_POOL_2D:
59475946
case GGML_OP_SUM_ROWS:

0 commit comments

Comments
 (0)