Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openmp's problem on android platform(omp dynamic error) #482

Closed
flyinskyin2013 opened this issue Jul 16, 2018 · 1 comment
Closed

openmp's problem on android platform(omp dynamic error) #482

flyinskyin2013 opened this issue Jul 16, 2018 · 1 comment

Comments

@flyinskyin2013
Copy link

flyinskyin2013 commented Jul 16, 2018

On android platform, when I use ncnn to run two networks in a multi-thread program,I get the following error.

==========================================

Some details(Stack trace):
::omp_get_dynamic()
_kmp_entry_thread()
::kmp_get_global_thread_id_reg()
_kmp_do_serail_initialize()
_kmp_register_library_startup()
::_kmp_msg(xxxxxxxxx)
::_kmp_abort_process()

==========================================

Temporary solution:
You can do it in a multi-process program.

@flyinskyin2013 flyinskyin2013 changed the title opencl's problem on android platform(omp dynamic error) openmp's problem on android platform(omp dynamic error) Jul 16, 2018
@nihui
Copy link
Member

nihui commented Jul 18, 2018

the latest code remove these calls in Extractor routine, please verify if it still eats your cat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants