c020b78e02
Merge branch 'develop' into hisq_fat_links
2024-01-21 20:21:08 -07:00
f48298ad4e
Bug fix
2023-12-11 20:57:02 -05:00
d1d9827263
Integrator logging update
2023-12-08 12:14:00 -05:00
9cd4128833
fix naik bug
2023-11-03 14:11:38 -06:00
c8b17c9526
Naik to CShift
2023-11-02 12:43:22 -06:00
2ae2a81e85
attempt to fix Naik
2023-10-31 13:54:55 -06:00
69c869d345
fixed stupid typo
2023-10-30 17:41:52 -06:00
df9b958c40
naik now returns separately
2023-10-30 17:40:53 -06:00
3d3376d1a3
LePage works, trying Naik
2023-10-27 16:26:31 -06:00
f2648e94b9
getHostPointer added to Lattice
2023-10-23 13:47:41 +02:00
21ed6ac0f4
added floating-point support
2023-10-20 13:54:26 -06:00
7bb8ab7000
improve smearing templating
2023-10-20 08:41:02 -06:00
2c824c2641
Merge branch 'develop' into hisq_fat_links
2023-10-17 16:03:59 -06:00
391fd9cc6a
try lepage term
2023-10-17 14:57:15 -06:00
33097681b9
FTHMC compiled and merged to develop
2023-10-14 00:42:55 +03:00
9626a2c7c0
Asynch handling
2023-10-13 18:21:56 +03:00
e936f5b80b
IfGridTensor shorthand
2023-10-13 18:21:56 +03:00
ffc0639cb9
Running in HMC tests
2023-10-13 18:21:56 +03:00
c5b43b322c
traceProduct eliminates non-contributing intermediate terms
2023-10-13 18:21:56 +03:00
c9c4576237
Improved frontier cshift
2023-10-13 18:21:56 +03:00
bf4369f72d
clean up HISQSmear with decltypes
2023-10-12 12:41:06 -06:00
36600899e2
working 7-link; Grid_log; generalShift
2023-10-12 11:11:39 -06:00
b9c70d156b
Merge branch 'develop' into hisq_fat_links
2023-10-10 22:44:17 -06:00
eb89579fe7
Merge remote-tracking branch 'origin/develop' into develop
2023-10-10 22:43:51 -06:00
0cfd13d18b
7-link working
2023-10-10 22:41:52 -06:00
e6ed516052
merged
2023-10-08 09:00:37 +02:00
e2a3dae1f2
Option for multiple simultaneous CartesianStencils
2023-10-08 08:58:44 +02:00
d93eac7b1c
Performance regressed and is OK in icpx 2023.2
2023-10-03 15:53:14 +00:00
afc316f501
Rename headers
2023-10-02 16:25:11 -04:00
f14bfd5c1b
Relocate sub includes
2023-10-02 16:23:38 -04:00
c5f1420dea
Merge remote-tracking branch 'LupoA/develop' into LupoA-develop
2023-10-02 16:22:35 -04:00
018e6da872
Merge pull request #440 from giltirn/feature/paddedcellgauge
...
Feature/paddedcellgauge
2023-10-02 10:00:42 -04:00
3d437c5cc4
Making SYCL happy
2023-09-26 13:19:42 -07:00
d247031c98
try 7-link
2023-09-16 23:18:16 -06:00
affff3865f
Merge branch 'develop' into hisq_fat_links
2023-08-11 23:08:04 -06:00
9c22655b5a
Merge remote-tracking branch 'origin/develop' into develop
2023-08-11 23:06:42 -06:00
99d879ea7f
5-link first attempt
2023-08-11 22:56:30 -06:00
3a29af0ce4
Fixed linker error
2023-07-04 16:08:44 +01:00
075b9d22d0
adjoint rep implemented as 2indx symmetric
2023-07-02 13:58:31 +01:00
34b11864b6
prettiest tests
2023-07-02 13:25:57 +01:00
1dfaa08afb
The stencils for the staple and rect-staple padded cell implementations are now created and stored by workspace classes that allow for reuse providing the grids remain consistent
...
The workspaces are now used by the plaq+rectangle gauge action resulting in a further 2x performance improvement as measured on a 16^4 local volume for 2 nodes (16 ranks) of Crusher
2023-06-28 15:11:24 -04:00
9d263d9a7d
fix bug in HISQSmearing; move benchmark b/c i don't understand how makefiles work
2023-06-28 10:05:34 -06:00
9015c229dc
add benchmark to see whether matrix multiplication is slower than read from object
2023-06-27 21:28:26 -06:00
f44dce390f
Implemented acclerator-optimized versions of localCopyRegion and insertSliceLocal to speed up padding
...
Fixed const correctness on PaddedCell methods
Fixed compile issues on Crusher
Added timing breakdowns for PaddedCell::Expand and the padded implementations of the staples, visible under --log Performance
Optimized kernel for StaplePadded
Test_iwasaki_action_newstaple now repeats the calculation 10 times and reports average timings
2023-06-27 14:58:10 -04:00
bb71e9a96a
Added PaddedCell and GeneralisedLocalStencil header includes to standard base headers
...
Moved versions of the padded-cell implementations of staple and rect-staple from test code to WilsonLoops header
Added StapleAndRectStapleAll which is now called by the plaq+rectangle action class. Under the hood it uses the padded cell implementations with maximal reuse of the padded gauge links
2023-06-27 11:23:30 -04:00
78bae9417c
returning Nstop vectors even if not all meet true convergence criterion
2023-06-27 14:38:19 +01:00
dd170ead01
whitespace
2023-06-27 11:37:01 +01:00
014704856f
do one more iteration if not all vectors converged
2023-06-27 11:33:30 +01:00
a7eabaad56
rudimentary appendShift convenience method, which allows the user to append an arbitrary shift in one line
2023-06-26 23:59:28 -06:00
eeb4703b84
develop wrappers to make the stencils easier to construct
2023-06-26 17:45:35 -06:00