{ } Raw JSON

bundles / numpy 2.4.4 / numpy / show_runtime

function

numpy:show_runtime

source: /numpy/lib/_utils_impl.py :18

Signature

def   show_runtime ( )

Summary

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

Extended Summary

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__

See also

show_config

Show libraries in the system on which NumPy was built.

Aliases

  • numpy.show_runtime