From e0b077d4daf9a3003e80bcddafda2da34bbcd1da Mon Sep 17 00:00:00 2001 From: slaren Date: Mon, 3 Jun 2024 14:18:14 +0200 Subject: [PATCH] Update ggml.c Co-authored-by: Georgi Gerganov --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index f07b6b83f..623eba3aa 100644 --- a/ggml.c +++ b/ggml.c @@ -19666,7 +19666,7 @@ struct ggml_cplan ggml_graph_plan(const struct ggml_cgraph * cgraph, int n_threa return cplan; } -static enum ggml_status ggml_graph_compute_parallel(struct ggml_compute_state * workers, int n_threads){ +static enum ggml_status ggml_graph_compute_parallel(struct ggml_compute_state * workers, int n_threads) { enum ggml_status compute_status = GGML_STATUS_SUCCESS; #ifdef GGML_USE_OPENMP