pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Minor GPU code improvements #62

Closed marc-85 closed 3 years ago

marc-85 commented 3 years ago

Some memory accesses are being avoided and some memory allocations are taken out of inner loops which only slightly improve performance.

Indirection arrays are now only created for the GPU version.