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

Expose daal::services::getNumberOfThreads in daal4py #14

Closed
oleksandr-pavlyk opened this issue Nov 20, 2018 · 1 comment
Closed

Expose daal::services::getNumberOfThreads in daal4py #14

oleksandr-pavlyk opened this issue Nov 20, 2018 · 1 comment

Comments

@oleksandr-pavlyk
Copy link
Contributor

Currently one can effectively call daal::services::setNumberOfThreads(n) via daal4py.daalinit(nthreads=n).

In pyDAAL it used to be possible using nThreadsNew = Environment.getInstance().getNumberOfThreads() as seen in this example.

@fschlimb
Copy link
Contributor

fschlimb commented Dec 5, 2018

done with 082057e

@fschlimb fschlimb closed this as completed Dec 5, 2018
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