conv: add space before eof

This commit is contained in:
Akarshan Biswas 2025-02-03 18:47:50 +05:30
parent e5926374a5
commit 52b0652601
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -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__);
}
}