Changes

Jump to: navigation, search

GPU610/gpuchill

62 bytes removed, 22:18, 4 April 2019
Rotate Image
On the CPU "rotate" took 40,000 microseconds and the GPU took 1,482 microseconds which shows a speedup of 27 times
The following chart graphically shows how this speedup looks:
<pre>
__global__ void rotateImg(int* a, int* b, int matrixSize, int imgCols, int imgRows, int r0, int c0, float rads) {
33
edits

Navigation menu