Quadro
096bb98f78
Remove
2021-06-09 16:32:35 -04:00
Quadro
76837ffc65
Working (I think) version
2021-06-09 16:31:37 -04:00
Quadro
81bd0d7906
Default to mixed precision now
2021-06-09 16:31:19 -04:00
Quadro
7d8d250389
Complete ?
2021-06-09 16:30:39 -04:00
Quadro
ad406b2c3e
Provide a call back for subdomain solve / local domain pseudofermion restriction
2021-06-09 16:29:15 -04:00
Quadro
e6366b98a5
Mixed precision & domain changes
2021-06-09 16:27:59 -04:00
Quadro
302356189c
Reduce verbose
2021-06-09 14:56:49 -04:00
Quadro
9394450c1a
Verbose changes
2021-06-09 13:30:42 -04:00
Quadro
6cf3edef00
More logging
2021-06-09 12:59:27 -04:00
Quadro
31cc227dd2
Domain definition class
2021-06-09 12:58:57 -04:00
Quadro
c690e66325
Mobius two flavour
2021-06-09 12:58:24 -04:00
Quadro
5fdbb924f0
Mixed prec tolerance changes
2021-06-09 12:57:03 -04:00
Quadro
6dcaed621c
General detection for arbitrary domains.
...
Can simplify and make specific if performance matters
2021-06-09 12:54:43 -04:00
a269a3d919
Merge pull request #358 from mmphys/feature/serialisation-test
...
Add a ragged std::vector to the serialisation test
2021-06-09 10:16:25 +01:00
Quadro
f9cda24781
Cleaner
2021-06-08 21:50:43 -04:00
Quadro
cd5e3fbd82
berrier for debug code
2021-06-08 21:18:22 -04:00
Quadro
f68036c79f
Inner mixed tolerance
2021-06-08 21:17:06 -04:00
Quadro
216c178c16
Clean up
2021-06-08 20:59:00 -04:00
Quadro
990d976241
More precision to convince Chris Kelly it's right
2021-06-08 20:29:27 -04:00
Quadro
f2fe2573a7
Constructor control of inner tolerance
2021-06-08 20:27:52 -04:00
Quadro
11c55a0476
More verbose
2021-06-08 20:26:52 -04:00
Michael Marshall
0c4f585496
Test nested std::vector<grid tensor>
2021-06-08 00:05:35 +01:00
Michael Marshall
33d2df46a0
Merge branch 'develop' into feature/serialisation-test
...
* develop:
Update README.md
removing Travis CI constantly failing due to overtime (no way we can compile Grid on free time anymore)
2021-06-07 23:25:38 +01:00
Michael Marshall
2df308f649
Add a ragged vector to the serialisation tests. NB: Already had nested (regular) std::vector<std::vector<...>>
2021-06-07 23:25:07 +01:00
Peter Boyle
92def28bd3
Update README.md
2021-06-06 04:52:05 -04:00
ca10bfa1c7
removing Travis CI constantly failing due to overtime (no way we can compile Grid on free time anymore)
2021-06-04 11:12:22 +01:00
298a6ec51e
Merge pull request #357 from mmphys/bugfix/ragged
...
Bugfix/ragged Multi-dimensional ragged vectors
2021-06-04 10:34:46 +01:00
Quadro
1cc706b2f4
Better precision
2021-06-03 17:27:49 -04:00
Michael Marshall
e5dbe488a6
Merge branch 'develop' into bugfix/ragged
...
* develop:
Remove synch
2021-06-03 08:25:56 +01:00
Peter Boyle
0e27e3847d
Remove synch
2021-06-03 04:24:19 +00:00
Quadro
9e51fa5681
Mixed precision changes
2021-06-01 13:41:02 -04:00
Quadro
9164cfbfc6
Mixed precision changes
2021-06-01 13:39:33 -04:00
Quadro
2f3a96e5de
Mixed precision changes
2021-06-01 13:38:00 -04:00
Quadro
26aa89cb0c
HMC logging
2021-06-01 13:36:17 -04:00
Quadro
426d2365d1
Schur factored matrix
2021-06-01 13:35:38 -04:00
Quadro
81bbd4e4ce
Force logging improvements
2021-06-01 13:34:43 -04:00
Quadro
b83bbe2dd1
Mixed precision
2021-06-01 13:34:05 -04:00
Quadro
3f2d8eb727
Mixed precision change
2021-06-01 13:33:18 -04:00
Quadro
60f9bf69cd
These are not acccessible from device
2021-06-01 13:32:34 -04:00
Quadro
38d8cd228e
Reusable mixed precision wrapper
2021-06-01 13:31:18 -04:00
Quadro
4e1e242025
Short term hack while testing force sizes
2021-06-01 13:30:42 -04:00
Quadro
20c6f19bb2
Virtual fix
2021-06-01 13:29:44 -04:00
Quadro
036270a0c5
Bug fix must preserve "virtual"
2021-06-01 13:25:44 -04:00
Quadro
6c506601c5
Logging the forces each trajectory useful
2021-06-01 13:25:03 -04:00
Michael Marshall
393727b93b
Documentation update (briefly) covering serialisation changes. For review
2021-06-01 15:49:37 +01:00
Michael Marshall
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
Michael Marshall
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
Michael Marshall
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
Michael Marshall
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
Peter Boyle
b5aeae526f
Make Cshift fields static to avoid repeated reallocaate overhead
2021-05-28 16:33:08 +02:00