hsr-optimizer
hsr-optimizer copied to clipboard
[Performance] Experiment with matrix math for webgpu optimizer
Motivation
Currently on the wgsl side the optimization results are stored as struct of 100+ properties. The cost of get/set operations is pretty high when accessing these objects.
Goal
Investigate if refactoring these into matrix operations would be a significant performance improvement