Skip to content

Commit f72d535

Browse files
committed
fix the format issue
1 parent 31cbae6 commit f72d535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5675,7 +5675,7 @@ static bool do_ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, cons
56755675
return true;
56765676
case GGML_OP_COL2IM_1D:
56775677
return ggml_is_contiguous(op->src[0]) &&
5678-
(op->type == GGML_TYPE_F32 || op->type == GGML_TYPE_F16
5678+
(op->type == GGML_TYPE_F32 || op->type == GGML_TYPE_F16
56795679
#ifdef GGML_SYCL_HAS_BF16
56805680
|| op->type == GGML_TYPE_BF16
56815681
#endif

0 commit comments

Comments
 (0)