1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Use MKL DGEMM

This commit is contained in:
Peter Boyle
2018-08-28 11:14:27 +01:00
parent f523dddef0
commit 80003787c9

View File

@ -1,4 +1,5 @@
#pragma once #pragma once
#define EIGEN_USE_MKL_ALL
#if defined __GNUC__ #if defined __GNUC__
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #pragma GCC diagnostic ignored "-Wdeprecated-declarations"