mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
Fix compilation with MKL support
This commit is contained in:
parent
429028b652
commit
7f7e84aa36
1
Eigen/src/Core/util/MKL_support.h
Normal file → Executable file
1
Eigen/src/Core/util/MKL_support.h
Normal file → Executable file
@ -72,6 +72,7 @@
|
||||
#endif
|
||||
|
||||
#if defined EIGEN_USE_MKL
|
||||
|
||||
#define EIGEN_MKL_VML_THRESHOLD 128
|
||||
|
||||
/* MKL_DOMAIN_BLAS, etc are defined only in 10.3 update 7 */
|
||||
|
4
Eigen/src/misc/lapacke.h
Normal file → Executable file
4
Eigen/src/misc/lapacke.h
Normal file → Executable file
@ -31,6 +31,8 @@
|
||||
* Generated November, 2011
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef _MKL_LAPACKE_H_
|
||||
|
||||
#ifndef _LAPACKE_H_
|
||||
#define _LAPACKE_H_
|
||||
|
||||
@ -16285,3 +16287,5 @@ void LAPACK_zsyr( char* uplo, lapack_int* n, lapack_complex_double* alpha,
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _LAPACKE_H_ */
|
||||
|
||||
#endif /* _MKL_LAPACKE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user