pecos / tps

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

Weight reduction #67

Closed marc-85 closed 2 years ago

marc-85 commented 3 years ago

Some modifications have been made in different places so that GPU code runs a bit faster (>=10%).

This branch also includes average computation in GPU.

Finally, a new data structure has been created so that GPU arrays can all be passed under a single variable, reducing the number of variables passed to GPU kernels.