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 5cb12f6 commit a6809c6Copy full SHA for a6809c6
ggml/src/ggml.c
@@ -19753,8 +19753,8 @@ void ggml_threadpool_resume(struct ggml_threadpool * threadpool) {
19753
19754
struct ggml_cplan ggml_graph_plan(
19755
const struct ggml_cgraph * cgraph,
19756
- int n_threads,
19757
- struct ggml_threadpool * threadpool) {
+ int n_threads,
+ struct ggml_threadpool * threadpool) {
19758
19759
if (threadpool == NULL) {
19760
GGML_PRINT_DEBUG("Threadpool is not specified. Will create a disposable threadpool : n_threads %d\n", n_threads);
0 commit comments