numpy.show_runtime#
- numpy.show_runtime()[原始碼]#
印出系統中各種資源的資訊,包括可用的內建支援以及正在使用的 BLAS/LAPACK 庫
1.24.0 版本新增。
另請參閱
show_config
顯示 NumPy 建置時所使用的系統庫。
註解
資訊是在 threadpoolctl 庫(如果可用)的協助下取得。
SIMD 相關資訊來自
__cpu_features__
、__cpu_baseline__
和__cpu_dispatch__