Skip to content

Commit 0efd7eb

Browse files
authored
Fix formatting in ggml-sycl.cpp
1 parent f2853da commit 0efd7eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4534,7 +4534,6 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
45344534
}
45354535
return false;
45364536
}
4537-
45384537
case GGML_OP_CONCAT:
45394538
{
45404539
ggml_type src0_type = op->src[0]->type;

0 commit comments

Comments
 (0)