Azusa Yamaguchi
b938202081
Overlapped Comm for Wilson DhopInternal
2018-03-07 14:08:43 +00:00
e79ef469ac
Merge branch 'develop' into feature/hadrons
...
# Conflicts:
# lib/serialisation/BaseIO.h
2018-03-06 19:25:51 +00:00
485c5db0fe
conversion of Grid tensors to nested std::vector in preparation for tensor serialisation
2018-03-06 19:22:03 +00:00
James Harrison
c793947209
Add overloaded Photon constructors, with default parameters for IR improvements and infinite-volume G(x=0).
2018-03-06 16:27:26 +00:00
paboyle
40699221e2
Dont alias lhs and rhs in a where statement
2018-03-06 04:14:13 -08:00
paboyle
3cb1b545d0
Don't alias the variables with a where statement.
2018-03-06 04:13:26 -08:00
3e9ee053a1
Merge branch 'develop' into feature/hadrons
2018-03-05 20:01:38 +00:00
dda6c69d5b
Hadrons: scalar SU(N) shift probes
2018-03-05 20:00:29 +00:00
cd51b9af99
Torture yourself with namespace lookup 101
2018-03-05 19:58:13 +00:00
paboyle
e199ba7e88
Fix the Charge conjugate BC's
2018-03-05 13:59:02 +00:00
paboyle
c399c2b44d
Guido broke the charge conjugate plaquette action with premature optimisation.
...
This sector of the code does not matter for anything other than Guido's quenched HMC
studies, and any plaq specific optimisations should be retained in a private branch
instead of destroying the code simplicity.
2018-03-05 12:55:41 +00:00
paboyle
af7de7a294
Merge branch 'develop' of https://github.com/paboyle/Grid into develop
2018-03-05 12:22:41 +00:00
paboyle
1dc86efd26
Finalize protection
2018-03-05 12:22:18 +00:00
paboyle
4d53703c67
Scalar type differeing allowed, eg. precisoin change
2018-03-05 11:39:52 +00:00
paboyle
d506c59efa
Warnings disabled
2018-03-05 11:39:20 +00:00
paboyle
44188a5c6f
AVX512 fix
2018-03-05 00:32:24 +00:00
paboyle
2018077770
Make NVCC happy with the compile. This is warning free on 9.1 on my laptop (both make and make tests).
2018-03-05 00:28:24 +00:00
paboyle
984e06e2b5
Introduce view objects that can safely be copied to GPU for access
2018-03-04 16:40:11 +00:00
paboyle
aead94e9a7
View introduced
2018-03-04 16:39:29 +00:00
paboyle
3277bda130
View introduction to prepare for accelerator offload.
...
Probably same problem exists for stencil object
2018-03-04 16:38:08 +00:00
paboyle
442b0b406c
View related changes
2018-03-04 16:34:14 +00:00
paboyle
8824a54269
View related changes
2018-03-04 16:33:33 +00:00
paboyle
c03423250f
Indexable changes
2018-03-04 16:31:35 +00:00
paboyle
317fd0da44
Views introduced. Need to accelerator offload these routines.
2018-03-04 16:30:45 +00:00
paboyle
783795a44a
Views introduced
2018-03-04 16:12:49 +00:00
paboyle
0e6197fbed
Introduce accelerator friendly expression template rewrite.
...
Must obtain and access lattice indexing through a view object that is safe
to copy construct in copy to GPU (without copying the lattice).
2018-03-04 16:03:19 +00:00
paboyle
dad7862f91
Go through a view object that can be copied to GPU
2018-03-04 16:02:02 +00:00
paboyle
c89a883448
where was deprecated and integrated to ET engine a long time ago. Remove dead old original code
2018-03-04 15:58:02 +00:00
paboyle
c204288fbc
Remove a couple of print statements
2018-03-04 15:57:15 +00:00
paboyle
ad739f042a
Introduce views for passing lattice indexing to accelerators.
2018-03-04 15:56:14 +00:00
paboyle
db988301d0
Introduce view objects for indexing lattices. Used to pass the view to acccelerators
2018-03-04 15:55:16 +00:00
paboyle
9b1f29c4c2
Support a view for passing to accelerator
2018-03-04 15:54:35 +00:00
paboyle
e5ea04ee0c
Need to support precision change, and real replication in multiple simd lanes
2018-03-04 15:53:04 +00:00
paboyle
c92a3c6068
Need to support any vector type template and run on accelerator
2018-03-04 15:52:14 +00:00
paboyle
03f8da8fbc
enable-debug option for debug flags in compile
2018-03-04 15:51:47 +00:00
f32555dcc5
Merge branch 'develop' into feature/hadrons
2018-03-03 15:31:52 +00:00
30391cb2eb
Merge pull request #155 from fionnoh/develop
...
Some changes needed for deflation interface
2018-03-03 13:43:59 +00:00
e93c883470
Hadrons: basic GraphViz visualisation
2018-03-03 13:42:36 +00:00
Fionn O hOgain
2e88408f5c
Some changes needed for deflation interface
2018-03-02 22:27:41 +00:00
fcac5c0772
Hadrons: scalar SU(N) fixes
2018-03-02 19:20:23 +00:00
90f4000935
Hadrons: scheduler debug less verbose
2018-03-02 19:20:01 +00:00
480708b9a0
Hadrons: safer error handling for HadronsXmlRun
2018-03-02 19:19:37 +00:00
c4baf876d4
Hadrons: graph consistency check
2018-03-02 18:40:18 +00:00
2f4dac3531
Hadrons: legal update
2018-03-02 18:10:58 +00:00
3ec6890850
Merge branch 'feature/hadrons' of github.com:paboyle/Grid into feature/hadrons
2018-03-02 17:56:08 +00:00
018801d973
Hadrons: legal update
2018-03-02 17:56:00 +00:00
1d83521daa
Hadrons: scalar SU(N) EMT
2018-03-02 17:55:18 +00:00
fc5670c6a4
Merge pull request #151 from guelpers/feature/hadrons
...
Feature/hadrons
2018-03-02 17:54:43 +00:00
d9c435e282
Hadrons: Scalar SU(N) transverse projection module
2018-03-02 17:35:12 +00:00
614a0e8277
Hadrons: Scalar SU(N) utility functions
2018-03-02 17:34:23 +00:00