numpy.show_runtime#
- numpy.show_runtime()[源代码]#
打印系统中各种资源的信息,包括可用的内在支持和正在使用的 BLAS/LAPACK 库
在 1.24.0 版本加入.
参见
show_config
显示在构建 NumPy 的系统上的库.
备注
如果可用,信息是通过 threadpoolctl 库的帮助获得的.
SIMD 相关信息是从
__cpu_features__
、__cpu_baseline__
和__cpu_dispatch__
中派生的.