aportelli / Hadrons

Grid-based workflow management system for lattice field theory simulations
GNU General Public License v2.0
23 stars 32 forks source link

Test/perambulator gpu #83

Closed felixerben closed 2 years ago

felixerben commented 2 years ago

Speed-up of the perambulator code, which is particularly drastic for setups with short solve times and many eigenvectors. The dominating cost in that case happens in ExtractSliceLocal (of the 3D eigenvectors) deeply nested inside the loops.

The solution of this pull request is to copy the data into an std::vector object before the actual code starts. At the expense of this extra memory this leads to a substantial speed-up (factor 5 for a particular setup that Fabian Joswig was testing).

The code is tested and compiles, runs, and produces bit-identical results with the old one on GPU and CPU. Fabian sees the factor 5 speed-up when running on Tursa.