numpy.show_runtime#

numpy.show_runtime()[source]#

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

New in version 1.24.0.

See also

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__