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

question about bit littlle core optiomization #658

Closed
han-qiu opened this issue Nov 15, 2018 · 1 comment
Closed

question about bit littlle core optiomization #658

han-qiu opened this issue Nov 15, 2018 · 1 comment

Comments

@han-qiu
Copy link

han-qiu commented Nov 15, 2018

In the readme file, you mentioned multi-core parallel and ARM big.LITTLE cpu sheduling optimization.
It seems that the multi-core parallelism is implemented by OPENMP, but what about the bit.LITTLE cpu sheduling? Can you please kindly explain how it's implemented? Thank you in advance.

@nihui
Copy link
Member

nihui commented Nov 16, 2018

we set openmp thread affinity to the specified big or LITTLE cores
you may find implementation details in src/cpu.cpp

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