diff --git a/ggml/src/ggml-sycl/conv.cpp b/ggml/src/ggml-sycl/conv.cpp index 578656a8b..7d0bb730a 100644 --- a/ggml/src/ggml-sycl/conv.cpp +++ b/ggml/src/ggml-sycl/conv.cpp @@ -108,4 +108,4 @@ void ggml_sycl_conv_transpose_1d(ggml_backend_sycl_context & ctx, ggml_tensor * GGML_SYCL_DEBUG("call %s\n", __func__); ggml_sycl_op_conv_transpose_1d(ctx, dst); GGML_SYCL_DEBUG("call %s done\n", __func__); -} \ No newline at end of file +}