Skip to content

Commit 8393ddc

Browse files
committed
SYCL: Fix indentation for ggml_sycl_op_mean implementation
1 parent ff3becb commit 8393ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4439,7 +4439,7 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
44394439
return op->src[0]->type == GGML_TYPE_F32 && op->op_params[0] == GGML_SCALE_MODE_NEAREST;
44404440
case GGML_OP_SUM:
44414441
case GGML_OP_SUM_ROWS:
4442-
case GGML_OP_MEAN:
4442+
case GGML_OP_MEAN:
44434443
case GGML_OP_ARGSORT:
44444444
return ggml_is_contiguous(op->src[0]);
44454445
case GGML_OP_POOL_2D:

0 commit comments

Comments
 (0)