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_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__