标签: python numpy parallel-processing
我有一个非常简单的numpy表达式:
mat.prod(axis=1).max()
numpy会使用多个核心来评估这个吗? 如果没有,我可以告诉numpy使用多个核心吗?
在这里使用numexpr会有帮助吗?
numexpr