Open main menu

CDOT Wiki β

Changes

TeamDS

2 bytes removed, 00:16, 12 April 2017
GPU Optimization Phase 1
</syntaxhighlight>
 
 
=== GPU Optimization Phase 2 ===
For every n, we are calculating the XYCoords n^2 number of times which is a lot. Since the XYCoord of pixels are fixed for every pixel, we can pre generate XYCoord arrays to a single array. However, this will increase the GPU's access to global memory. We will need to benchmark and see if this will give better times or not.
116
edits