Changes

Jump to: navigation, search

BETTERRED

No change in size, 23:50, 11 April 2017
Device to Host
First one image is blurred horizontally. One image is used as a reference while the other is written to. Kernels are also executed using the streams, so that each stream will blur a single row at a time. After the horizontal blur is finished the vertical blur is launched in the same manner, except that the previously written to image is used as a reference while the previous reference is now written to. The two blur are able to use the same kernel due to the fact that the pixel sampling technique works by iterating through pixels because of this the step size can be changed to sample across the row or down the column.
=== Device to Host ===
After that is down done the image is copied back using the streams in the same way it was copied over.
= Assignment 3 - Optimize =
49
edits

Navigation menu