-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for TBB introspection and set_num_thread #43
Labels
enhancement
New feature or request
Comments
The TBB file prefix should probably one of the following (tested under Linux):
|
tbb should not be needed |
It is needed on my environment, see: ContinuumIO/anaconda-issues#11389 |
ogrisel
changed the title
Add support for TBB introspection
Add support for TBB introspection and set_num_thread
Oct 22, 2019
Ah ok. It's weird that I don't need it and you do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible to get a CI env with Threading Building Blocks as follows. At the moment threadpoolctl cannot detect TBB loaded by MKL itself loaded by numpy when
MKL_THREADING_LAYER=TBB
is set:The text was updated successfully, but these errors were encountered: