MarcusAndreasSvensson / gaussian-splatting-webgpu

https://splatting.marcussvensson.com
MIT License
53 stars 5 forks source link

Coalesce memory access in sort function #4

Open MarcusAndreasSvensson opened 1 year ago

MarcusAndreasSvensson commented 1 year ago

The last subpass in one sort pass just before the scatter accesses the shared memory in a strided way which means there could be a potential performance gain in the memory access pattern.