mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Merge remote-tracking branch 'gh/feature/a2a-integration' into feature/aslashfield
This commit is contained in:
commit
d69a52079f
@ -1,4 +1,9 @@
|
||||
#pragma once
|
||||
// Force Eigen to use MKL if Grid has been configured with --enable-mkl
|
||||
#ifdef USE_MKL
|
||||
#define EIGEN_USE_MKL_ALL
|
||||
#endif
|
||||
|
||||
#if defined __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
1185
Grid/qcd/utils/A2Autils.h
Normal file
1185
Grid/qcd/utils/A2Autils.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,4 +12,10 @@
|
||||
#include <Grid/qcd/utils/SUnAdjoint.h>
|
||||
#include <Grid/qcd/utils/SUnTwoIndex.h>
|
||||
|
||||
// All-to-all contraction kernels that touch the
|
||||
// internal lattice structure
|
||||
#include <Grid/qcd/utils/A2Autils.h>
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user