Open main menu

CDOT Wiki β

Changes

Sirius

593 bytes added, 18:19, 7 April 2018
no edit summary
=== Assignment 2 ===
The project that has been chosen for Assignment 2 is Max Fainshtein's Assignment 1 project, Boxblur on an Image. Originally, we were going to continue using OpenCV but we began having issues integrating the CUDA library with OpenCV, so the original project had been refactored to the appropriate CUDA requirements.
<br>
The kernel had been designed to run with 512 threads in order to ensure that this type of program would be able to run on lower compute capability CUDA supported hardware.
<br>
The grid was designed to accommodate a 4K image that would be processed with 3 colour channels.
----
66
edits