From 46bcbf380545e5075586b772ad3ebc86303c9e5e Mon Sep 17 00:00:00 2001 From: ct-clmsn Date: Thu, 21 Dec 2023 11:17:13 -0500 Subject: [PATCH] fixed formatting --- ggml-oshmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml-oshmem.c b/ggml-oshmem.c index 92e93e61a..0ff2885ae 100644 --- a/ggml-oshmem.c +++ b/ggml-oshmem.c @@ -284,8 +284,8 @@ static void ggml_openshmem_tensor_recv(struct ggml_openshmem_context * ctx, stru // TODO: there are many improvements that can be done to this implementation void ggml_openshmem_graph_compute_pre( struct ggml_openshmem_context * ctx_openshmem, - struct ggml_cgraph * gf, - int n_layers) { + struct ggml_cgraph * gf, + int n_layers) { const int openshmem_pe = ctx_openshmem->pe; const int openshmem_size = ctx_openshmem->n_pes;