Changes

Jump to: navigation, search

GPU610/DPS915 Team 7 Project Page

359 bytes added, 23:08, 19 March 2018
Rotate Image
'''Parallelized Version:'''
 
The following shows the kernel definition as well as launching of the kernel. Another modification that was made to the serial version was to convert ''pixelVal'' (a member of the '''Image''' class) from an int** to an int* and allocate it as a linearized matrix. This was done in order to make it easier to do the allocations and the copying to the device.
[[File:DPS915 Team7 RotatePixelsKernel.png]]
100
edits

Navigation menu