1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-19 18:21:02 +01:00

Use MKL DGEMM

This commit is contained in:
Peter Boyle
2018-08-28 11:14:27 +01:00
parent f523dddef0
commit 80003787c9
+1
View File
@@ -1,4 +1,5 @@
#pragma once
#define EIGEN_USE_MKL_ALL
#if defined __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"