numpy.show_runtime#

numpy.show_runtime()[原始碼]#

Print information about various resources in the system including available intrinsic support and BLAS/LAPACK library in use

在 1.24.0 版新加入.

也參考

show_config

Show libraries in the system on which NumPy was built.

Notes

  1. Information is derived with the help of threadpoolctl library if available.

  2. SIMD related information is derived from __cpu_features__, __cpu_baseline__ and __cpu_dispatch__