如何知道python anaconda distributive中numpy使用的MKL版本?

con*_*tor 2 python numpy intel-mkl anaconda

如何从python代码中知道python anaconda分布式中numpy使用的MKL版本?

con*_*tor 5

找到方法mkl.get_version_info():

import mkl
mkl.get_version_string()
Run Code Online (Sandbox Code Playgroud)

安慰:

'Intel(R) Math Kernel Library Version 2019.0.0 Product Build 20180829 for Intel(R) 64 architecture applications'
Run Code Online (Sandbox Code Playgroud)