You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When directly using a precompiled static library(V4.13) on Android, the CPU usage is as high as 98%. Using Android Studio Profiler, I found that this is caused by the openmp_worker thread. How can I configure it to avoid using OpenMP?
When directly using a precompiled static library(V4.13) on Android, the CPU usage is as high as 98%. Using Android Studio Profiler, I found that this is caused by the openmp_worker thread. How can I configure it to avoid using OpenMP?