Changes

Jump to: navigation, search

Savy Cat

109 bytes added, 01:11, 3 April 2018
Initial CUDA Code
==== Initial CUDA Code ====
This code will read .jpg filename given in the command line argument to CImg object, copy the float array to device, use the device to rotate the image given in command line arguments by 90 degrees clockwise one time, then copy the result back to the host. It is just to verify everything is working as expected. We will then change the code to rotate the same images the same number of times as before.
;image.h
93
edits

Navigation menu