Skip to content

Commit a6809c6

Browse files
committed
examples : add null threadpool args where needed (ggml/0)
ggml-ci
1 parent 5cb12f6 commit a6809c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19753,8 +19753,8 @@ void ggml_threadpool_resume(struct ggml_threadpool * threadpool) {
1975319753

1975419754
struct ggml_cplan ggml_graph_plan(
1975519755
const struct ggml_cgraph * cgraph,
19756-
int n_threads,
19757-
struct ggml_threadpool * threadpool) {
19756+
int n_threads,
19757+
struct ggml_threadpool * threadpool) {
1975819758

1975919759
if (threadpool == NULL) {
1976019760
GGML_PRINT_DEBUG("Threadpool is not specified. Will create a disposable threadpool : n_threads %d\n", n_threads);

0 commit comments

Comments
 (0)