1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-21 01:25:48 +01:00
Grid/lib/qcd/action/fermion
Azusa Yamaguchi 63982819c6 No option to overlap comms and compute for asm implementation since different directions are interleaved
in the kernels, introducing if else structure would be too painful
2018-01-22 11:03:39 +00:00
..
AbstractEOFAFermion.h Typo fixes and check-in of G-parity action test for DWF 2017-08-15 22:47:00 -04:00
CayleyFermion5D.cc MPIT works with split grid now 2017-10-02 23:14:56 +01:00
CayleyFermion5D.h Change CayleyFermion5D::SetCoefficientsInternal to virtual to allow overriding in derived EOFA classes 2017-08-15 14:18:51 -04:00
CayleyFermion5Dcache.cc Working half precision comms 2017-04-20 11:20:26 +01:00
CayleyFermion5Ddense.cc Warning elimination; drop to -O2 on G++ bad versions 2017-05-06 14:44:49 +01:00
CayleyFermion5Dssp.cc Working half precision comms 2017-04-20 11:20:26 +01:00
CayleyFermion5Dvec.cc Working half precision comms 2017-04-20 11:20:26 +01:00
ContinuedFractionFermion5D.cc Refactoring header layout 2017-02-22 18:09:33 +00:00
ContinuedFractionFermion5D.h Refactoring header layout 2017-02-22 18:09:33 +00:00
DomainWallEOFAFermion.cc Block compressed Lanczos 2017-10-10 14:15:11 +01:00
DomainWallEOFAFermion.h Minor clean-up 2017-08-16 20:57:51 -04:00
DomainWallEOFAFermioncache.cc Re-import DWF and abstract base EOFA fermion classes and tests 2017-08-15 13:36:08 -04:00
DomainWallEOFAFermiondense.cc Re-import DWF and abstract base EOFA fermion classes and tests 2017-08-15 13:36:08 -04:00
DomainWallEOFAFermionssp.cc Re-import DWF and abstract base EOFA fermion classes and tests 2017-08-15 13:36:08 -04:00
DomainWallEOFAFermionvec.cc Re-import DWF and abstract base EOFA fermion classes and tests 2017-08-15 13:36:08 -04:00
DomainWallFermion.h Print statement 2017-05-03 18:25:26 -04:00
Fermion.h Check-in of working Mobius EOFA class and tests 2017-08-22 22:38:30 -04:00
FermionCore.h Working half precision comms 2017-04-20 11:20:26 +01:00
FermionOperator.h Lots of debug on performance Mobius 2016-12-08 17:28:28 +00:00
FermionOperatorImpl.h Removed some no-longer-needed associated with G-parity hand unrolled kernel 2017-08-29 09:50:37 -04:00
g5HermitianLinop.h New automatic implementation of gamma matrices, Meson and SeqGamma are broken 2017-01-23 19:13:43 -08:00
ImprovedStaggeredFermion5D.cc Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
ImprovedStaggeredFermion5D.h Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
ImprovedStaggeredFermion.cc Verbose fix 2017-04-09 23:41:30 +09:00
ImprovedStaggeredFermion.h Debugged staggered conventions 2017-03-31 14:41:48 +09:00
MobiusEOFAFermion.cc Block compressed Lanczos 2017-10-10 14:15:11 +01:00
MobiusEOFAFermion.h Check-in of working Mobius EOFA class and tests 2017-08-22 22:38:30 -04:00
MobiusEOFAFermioncache.cc Check-in of working Mobius EOFA class and tests 2017-08-22 22:38:30 -04:00
MobiusEOFAFermiondense.cc Check-in of working Mobius EOFA class and tests 2017-08-22 22:38:30 -04:00
MobiusEOFAFermionssp.cc Check-in of working Mobius EOFA class and tests 2017-08-22 22:38:30 -04:00
MobiusEOFAFermionvec.cc Vectorized Mobius EOFA Dperp + shift operation 2017-08-23 13:17:26 -04:00
MobiusFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
MobiusZolotarevFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonCayleyTanhFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonCayleyZolotarevFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonContfracTanhFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonContfracZolotarevFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonPartialFractionTanhFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
OverlapWilsonPartialFractionZolotarevFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
PartialFractionFermion5D.cc Merge branch 'develop' into feature/bgq-asm 2017-02-23 00:25:29 +00:00
PartialFractionFermion5D.h Refactoring header layout 2017-02-22 18:09:33 +00:00
ScaledShamirFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
SchurDiagTwoKappa.h Christoph needs SchurDiagTwoKappa which is mobius specific. 2017-04-07 11:07:40 +09:00
ShamirZolotarevFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
StaggeredKernels.cc Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
StaggeredKernels.h No option to overlap comms and compute for asm implementation since different directions are interleaved 2018-01-22 11:03:39 +00:00
StaggeredKernelsAsm.cc Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
StaggeredKernelsHand.cc Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
WilsonCompressor.h Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
WilsonFermion5D.cc Staggered overlap comms comput 2018-01-09 13:02:52 +00:00
WilsonFermion5D.h Refactoring header layout 2017-02-22 18:09:33 +00:00
WilsonFermion.cc Merge branch 'develop' into feature/hmc_generalise 2017-04-05 14:41:04 +01:00
WilsonFermion.h Lots of debug on performance Mobius 2016-12-08 17:28:28 +00:00
WilsonKernels.cc Debugged assemply split phase with interior suppression 2017-04-23 19:29:27 -04:00
WilsonKernels.h Pretty code 2017-04-26 02:34:25 -04:00
WilsonKernelsAsm.cc Working half precision comms 2017-04-20 11:20:26 +01:00
WilsonKernelsAsmAvx512.h Fixing the KNL compile 2017-04-22 08:11:51 -04:00
WilsonKernelsAsmBody.h bug fix. works now and great face performance 2017-04-26 03:14:02 -04:00
WilsonKernelsAsmBody.h.ab Improved the prefetching when using cache blocking codes 2016-06-30 14:35:02 -07:00
WilsonKernelsAsmBody.h.abc Tweaks 2016-06-30 14:35:01 -07:00
WilsonKernelsAsmQPX.h Overlap comms and compute options in wilson kernels 2017-02-07 01:37:10 -05:00
WilsonKernelsHand.cc Fix for 'perm' and 'local' not being set for hand-unrolled external-site Dslash, which caused incorrect behavior of G-parity kernel 2017-08-29 13:07:37 -07:00
WilsonTMFermion.cc Refactoring header layout 2017-02-22 18:09:33 +00:00
WilsonTMFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00
ZMobiusFermion.h Refactoring header layout 2017-02-22 18:09:33 +00:00