1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Adding A2A utils class for containing kernels.

This commit is contained in:
Peter Boyle 2018-10-04 18:57:41 +01:00
parent 888ebc3cf9
commit 7c57cac670
2 changed files with 1191 additions and 0 deletions

1185
Grid/qcd/utils/A2Autils.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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