1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-01 07:56:00 +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
File diff suppressed because it is too large Load Diff
+6
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