diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 929b153b85b10d..17554b7817bef4 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -1754,9 +1754,9 @@ struct ggml_compute_state { struct ggml_compute_state_shared * shared; }; -struct ggml_compute_params { - // ith = thread index, nth = number of threads - int ith, nth; +struct ggml_compute_params { + // ith = thread index, nth = number of threads + int ith, nth; // work buffer for all threads