style: formatting
This commit is contained in:
parent
55298d2530
commit
fa79e0d0dd
1 changed files with 1 additions and 1 deletions
|
@ -19555,7 +19555,7 @@ void ggml_threadpool_free(struct ggml_threadpool* threadpool) {
|
||||||
if (!threadpool) return;
|
if (!threadpool) return;
|
||||||
|
|
||||||
const int n_threads = threadpool->n_threads_max;
|
const int n_threads = threadpool->n_threads_max;
|
||||||
|
|
||||||
#ifndef GGML_USE_OPENMP
|
#ifndef GGML_USE_OPENMP
|
||||||
struct ggml_compute_state* workers = threadpool->workers;
|
struct ggml_compute_state* workers = threadpool->workers;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue