1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 15:55:37 +00:00
Grid/lib/qcd/action/fermion
paboyle adbc7c1188 Adding files for multiple implementations (cache opt) and Ls vectorisation
of the 5D cayley form chiral fermions for the 5d matrix. With Ls entirely
in the vector direction, s-hopping terms involve rotations.

The serial dependence of the LDU inversion for Mobius and 4d even odd
checkerboarding is removed by simply applying Ls^2 operations (vectorised
many ways) as a dense matrix operation.

This should give similar throughput but high flops (non-compulsory flops)
but enable use of the KNL cache friendly kernels throughout the code.

Ls is still constrained to be a multiple of Nsimd, which is as much as 8 for AVX512
with single precision.
2016-07-14 22:59:21 +01:00
..
.dirstamp Fixed compilation error for benchmark_dwf 2016-06-20 12:30:51 +01:00
CayleyFermion5D.cc Adding persistent communicators 2016-07-08 17:16:08 +01:00
CayleyFermion5D.h Adding persistent communicators 2016-07-08 17:16:08 +01:00
CayleyFermion5Dcache.cc Adding files for multiple implementations (cache opt) and Ls vectorisation 2016-07-14 22:59:21 +01:00
CayleyFermion5Ddense.cc Adding files for multiple implementations (cache opt) and Ls vectorisation 2016-07-14 22:59:21 +01:00
CayleyFermion5Dssp.cc Adding files for multiple implementations (cache opt) and Ls vectorisation 2016-07-14 22:59:21 +01:00
CayleyFermion5Dvec.cc Adding files for multiple implementations (cache opt) and Ls vectorisation 2016-07-14 22:59:21 +01:00
ContinuedFractionFermion5D.cc Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
ContinuedFractionFermion5D.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
DomainWallFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
FermionOperator.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
FermionOperatorImpl.h simd in fifth dim support for dwf 2016-04-19 15:36:19 -07:00
g5HermitianLinop.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
MobiusFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
MobiusZolotarevFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonCayleyTanhFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonCayleyZolotarevFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonContfracTanhFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonContfracZolotarevFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonPartialFractionTanhFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
OverlapWilsonPartialFractionZolotarevFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
PartialFractionFermion5D.cc Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
PartialFractionFermion5D.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
ScaledShamirFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
ShamirZolotarevFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00
WilsonCompressor.h Small problem in compressor fix 2016-02-17 19:03:09 -06:00
WilsonFermion5D.cc Enable reordering of the loops in the assembler for cache friendly. 2016-06-30 14:35:01 -07:00
WilsonFermion5D.h Improvements to the assembler interface that let us move chunks of the 2016-06-09 01:12:36 -07:00
WilsonFermion.cc Enable reordering of the loops in the assembler for cache friendly. 2016-06-30 14:35:01 -07:00
WilsonFermion.h Enable reordering of the loops in the assembler for cache friendly. 2016-06-30 14:35:01 -07:00
WilsonKernels.cc Asm only for avx512 2016-06-30 14:35:02 -07:00
WilsonKernels.h Enable reordering of the loops in the assembler for cache friendly. 2016-06-30 14:35:01 -07:00
WilsonKernelsAsm.cc Tweaks 2016-06-30 14:35:01 -07:00
WilsonKernelsAsmBody.h Updated to have perfect prefetching for the s-vectorised kernel with any cache blocking. 2016-06-30 14:35:02 -07: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
WilsonKernelsHand.cc Enable reordering of the loops in the assembler for cache friendly. 2016-06-30 14:35:01 -07:00
WilsonTMFermion.cc Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
WilsonTMFermion.h Open up dependency on Eigen and FFTW 2016-07-07 22:31:07 +01:00