1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +01:00
Commit Graph

1280 Commits

Author SHA1 Message Date
29a22ae603 Simpler SYCL setup 2021-06-22 17:57:20 +00:00
403bff1a47 Force reqd subgroup size fo SYCL 2021-06-22 17:56:10 +00:00
c50f27e68b Make FFT play nice with split grid 2021-06-20 11:34:38 +02:00
6cd9224dd7 SYCL comms buffer allocate 2021-06-16 17:10:55 +00:00
4c5440fb06 const happy for sycl 2021-06-15 21:45:07 +00:00
8cc0defb69 Reorg headers 2021-06-10 14:28:49 -04:00
e0c9d01123 Build tests works 2021-06-10 14:28:26 -04:00
91bf1df018 Rename changes 2021-06-09 22:58:01 -04:00
ad406b2c3e Provide a call back for subdomain solve / local domain pseudofermion restriction 2021-06-09 16:29:15 -04:00
e6366b98a5 Mixed precision & domain changes 2021-06-09 16:27:59 -04:00
302356189c Reduce verbose 2021-06-09 14:56:49 -04:00
9394450c1a Verbose changes 2021-06-09 13:30:42 -04:00
6cf3edef00 More logging 2021-06-09 12:59:27 -04:00
31cc227dd2 Domain definition class 2021-06-09 12:58:57 -04:00
5fdbb924f0 Mixed prec tolerance changes 2021-06-09 12:57:03 -04:00
6dcaed621c General detection for arbitrary domains.
Can simplify and make specific if performance matters
2021-06-09 12:54:43 -04:00
f9cda24781 Cleaner 2021-06-08 21:50:43 -04:00
cd5e3fbd82 berrier for debug code 2021-06-08 21:18:22 -04:00
f68036c79f Inner mixed tolerance 2021-06-08 21:17:06 -04:00
216c178c16 Clean up 2021-06-08 20:59:00 -04:00
f2fe2573a7 Constructor control of inner tolerance 2021-06-08 20:27:52 -04:00
11c55a0476 More verbose 2021-06-08 20:26:52 -04:00
e5dbe488a6 Merge branch 'develop' into bugfix/ragged
* develop:
  Remove synch
2021-06-03 08:25:56 +01:00
0e27e3847d Remove synch 2021-06-03 04:24:19 +00:00
9e51fa5681 Mixed precision changes 2021-06-01 13:41:02 -04:00
9164cfbfc6 Mixed precision changes 2021-06-01 13:39:33 -04:00
2f3a96e5de Mixed precision changes 2021-06-01 13:38:00 -04:00
26aa89cb0c HMC logging 2021-06-01 13:36:17 -04:00
426d2365d1 Schur factored matrix 2021-06-01 13:35:38 -04:00
81bbd4e4ce Force logging improvements 2021-06-01 13:34:43 -04:00
60f9bf69cd These are not acccessible from device 2021-06-01 13:32:34 -04:00
38d8cd228e Reusable mixed precision wrapper 2021-06-01 13:31:18 -04:00
4e1e242025 Short term hack while testing force sizes 2021-06-01 13:30:42 -04:00
20c6f19bb2 Virtual fix 2021-06-01 13:29:44 -04:00
036270a0c5 Bug fix must preserve "virtual" 2021-06-01 13:25:44 -04:00
6c506601c5 Logging the forces each trajectory useful 2021-06-01 13:25:03 -04:00
2b1fcd78c3 Fixes post review with Peter: a) Correct bug in isRegularShape - detect 3d matrix where 1st slice is 2x2 and second slice is 2x1; b) Synchronisation of EigenResizeCounter done by checking we're the OMP primary thread; c) Move definition of EigenResizeCounter to new file, BaseIO.cc 2021-05-31 22:24:54 +01:00
0a4e0b49a0 BaseIO: Added "EigenResizeCounter" to keep track of any allocations/deallocations to Eigen tensors during readback. On read, if the tensor is resized, EigenResizeCounter += delta memory (in bytes) 2021-05-31 12:49:56 +01:00
76af169f05 Add global namespace to Writer<T> and Reader<T> inside GRID_SERIALIZABLE_CLASS_MEMBERS (so that "using Grid" not necessary).
Fix issue with output of Grid::iMatrix so that M<3>{{148,149,150,} {151,152,153,} {154155156}} becomes M<3>{{148,149,150} {151,152,153} {154,155,156}}
2021-05-31 08:43:02 +01:00
7b89232251 Extended HDF5 serialisation of std::vector<T> where T now also includes Grid scalar/vector/matrix
Changed VectorUtils element traits to is_flattenable, because: a) contract changed on what it does; and b) no other Grid dependencies on element. Needs review.
Initial tests work ... needs proper regression testing.
2021-05-30 20:27:53 +01:00
b5aeae526f Make Cshift fields static to avoid repeated reallocaate overhead 2021-05-28 16:33:08 +02:00
e4ff4c902a 2f Mixed precision DDHMC running and conserving hamiltonian 2021-05-27 17:10:04 -04:00
10f2c2530b Temporary debug / display force structure 2021-05-25 21:08:09 -04:00
375e0698dc 2 deep cleaner coding 2021-05-25 19:51:52 -04:00
59e1a9be4e Locally periodic option 2021-05-25 18:25:51 -04:00
aac1736617 Double or single 2021-05-25 18:21:48 -04:00
60f814733d Could maybe simplify and require theh params always containn locally_periodic 2021-05-25 18:18:15 -04:00
612e9a178a Should maybe require the params always contain locally_periodic 2021-05-25 18:17:31 -04:00
21af9cf83c GetDoubledGaugeField 2021-05-25 18:16:37 -04:00
3b8cb929d6 Doubled GaugeField option 2021-05-25 18:15:47 -04:00