From 7c079b853eb982c0b08e6db7abd573f43e4fed9c Mon Sep 17 00:00:00 2001 From: nihui Date: Mon, 22 Mar 2021 18:50:51 +0800 Subject: [PATCH] default to big cpu count --- src/option.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.cpp b/src/option.cpp index 9e01b2106..6e64a6591 100644 --- a/src/option.cpp +++ b/src/option.cpp @@ -21,7 +21,7 @@ namespace ncnn { Option::Option() { lightmode = true; - num_threads = get_cpu_count(); + num_threads = get_big_cpu_count(); blob_allocator = 0; workspace_allocator = 0;