Changes

Jump to: navigation, search

Savy Cat

12 bytes added, 05:04, 3 April 2018
Profiling With Nsight
;Timeline Results
For each run, I list the 4 operations that took the most amount of time. For a tiny image, allocating memory source and destination variables on the device took the longest amount of time, but still, it took well under half a second. cudaMalloc It took the same short amount of time for every case however. Initializing the CImg variable from the .jpg file quickly became the biggest issue. This operation is CPU bound, and is dependent on the logic of ImageMagick. Copying the rotated image back to the host (cudaMemcpy) starts to become a hot spot as well between the large and huge sized image is a noticeable increase.
[[File:Summary-2.png]]
93
edits

Navigation menu