Registered Member
|
Is MKL version 2022.00 supported? Intel ® oneAPI Base Toolkit。
Because I run the following code, ----------------------------------------------- MatrixXf matBinData1 = MatrixXf::Random(1000, 1000); MatrixXf matBinData2 = MatrixXf::Random(1000, 1000); MatrixXf matBinData3 = matBinData1 * matBinData2; ------------------------------------------------------------------------------- An error occurred in .\eigen\Eigen\src\Core\products\GeneralMatrixMatrix_BLAS.h #ifdef EIGEN_USE_MKL GEMM_SPECIALIZATION(double, d, double, dgemm) GEMM_SPECIALIZATION(float, f, float, sgemm) // An error occurred here GEMM_SPECIALIZATION(dcomplex, cd, MKL_Complex16, zgemm) GEMM_SPECIALIZATION(scomplex, cf, MKL_Complex8, cgemm) #else thanks a lot! |
Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]