-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[tbb]: added support for hybrid processors via hwloc #31643
Conversation
Maybe make it a feature? Also add |
done |
Hmm if there are no changes in |
great catch! Fixed according to your note. |
Feature passed on the following triplets:
|
Can we merge the PR? |
With this patch we are adding support of hybrid processors (new tbbbind library is being built), so TBB can distinguish performance and efficient cores on both ARM and x64 processors.
Note: this applicable only for shared libraries built, because tbbbind library is built as plugin for TBB.