xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Optimisation for summing x-oriented array and z-oriented array #59

Closed JamieJQuinn closed 6 months ago

JamieJQuinn commented 6 months ago

CUDA backend implements a function to directly add a z-oriented array to a x-oriented into an x-oriented array. This replaces a reorder operation followed by a sum.

semi-h commented 6 months ago

Duplicates #38