We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4294dbf commit b2aa4fbCopy full SHA for b2aa4fb
ggml/src/ggml.c
@@ -7237,4 +7237,4 @@ bool ggml_threadpool_params_match(const struct ggml_threadpool_params * p0, cons
7237
if (p0->poll != p1->poll ) return false;
7238
if (p0->strict_cpu != p1->strict_cpu ) return false;
7239
return memcmp(p0->cpumask, p1->cpumask, GGML_MAX_N_THREADS) == 0;
7240
-}
+}
0 commit comments