Changes

Jump to: navigation, search

TeamDS

19 bytes added, 00:21, 12 April 2017
GPU Optimization Phase 2
=== GPU Optimization Phase 2 ===
For every n, we are calculating the XYCoords n number of times which is a total of n^2 times. Since the XYCoord of pixels are fixed for every pixel, we can pre generate XYCoord arrays to be mapped by a single arrayindex. 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.
=== GenerateXYCoord Kernel ===
116
edits

Navigation menu