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_configShow libraries in the system on which NumPy was built.
Notes
Information is derived with the help of threadpoolctl library if available.
SIMD related information is derived from
__cpu_features__,__cpu_baseline__and__cpu_dispatch__