Open main menu

CDOT Wiki β

Changes

Unique Project Page

68 bytes added, 01:41, 26 February 2017
Assignment 1 - Profiling
= Assignment 1 - Profiling Select and Assess =
== Introduction : GPU Benchmarking/Testing using Mandelbrot Sets : Kartik Nagarajan ==
Referring to the Call graph we can see more supporting evidence that this application spends nearly all of its execution time in the BlurImage function. Therefore this function is the prime candidate<br/>
for parallelization using CUDA. The sigma (&sigma;) and the kernel size can be increased in order to make the computation stressful on the GPU to get a significant benchmark.
 
= Assignment 2 - Parallelize =
= Assignment 3 - Optimize =
147
edits