forked from pool/python-threadpoolctl
795029435bb0e8873ec88f80079c51ae663992392276def98028535d44df5c99
- New object `threadpooctl.ThreadpoolController` which holds controllers for all the supported native libraries. The states of these libraries is accessible through the `info` method (equivalent to `threadpoolctl.threadpool_info()`) and their number of threads can be limited with the `limit` method which can be used as a context manager (equivalent to `threadpoolctl.threadpool_limits()`). - Added support for OpenBLAS built for 64bit integers in Fortran. - Added the possibility to use `threadpoolctl.threadpool_limits` and `threadpooctl.ThreadpoolController` as decorators through their `wrap` method. - Fixed an attribute error when using old versions of OpenBLAS or BLIS that are missing version query functions. - Fixed an attribute error when python is run with -OO. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=7
Description
No description provided
Languages
RPM Spec
100%