Browse Source

default to big cpu count

tags/20210322
nihui GitHub 5 years ago
parent
commit
7c079b853e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/option.cpp

+ 1
- 1
src/option.cpp View File

@@ -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;



Loading…
Cancel
Save