Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mkl 在我们的集群上有一个奇怪的行为。我将 Eigen::SelfAdjointEigenSolverEigen::MatrixXcd 称为复矩阵 (ZHEEV)。
当我计算大矩阵(dim >~ 100k)的特征向量时,它只使用一个核心。
奇怪的是,对于没有特征向量的较小的复杂矩阵、实矩阵和大型复杂矩阵(dim >~ 100k),它运行得非常好(多核)。
有没有人面临同样的问题或知道后台发生了什么?
我尝试了各种 mkl 版本。