We demonstrate here the usage of Hybridizer on an embarrassingly parallel problem : Mandelbrot fractal. We start with a very naïve C# implementation, and describe the full optimization process.
From Parallel.For
to a CUDA 2D grid, we show how these optimization steps increase performance.