From d87748c5dd49d9f681920a02d1767c4abcc29cfa Mon Sep 17 00:00:00 2001 From: Ilia Filippov Date: Wed, 15 Jan 2014 14:58:42 +0400 Subject: [PATCH] switching to 1d tasking in 'mandelbrot_tasks' benchmark --- examples/mandelbrot_tasks/mandelbrot_tasks.ispc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mandelbrot_tasks/mandelbrot_tasks.ispc b/examples/mandelbrot_tasks/mandelbrot_tasks.ispc index c765b29b..eea65f55 100644 --- a/examples/mandelbrot_tasks/mandelbrot_tasks.ispc +++ b/examples/mandelbrot_tasks/mandelbrot_tasks.ispc @@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define _3D_TASKING +//#define _3D_TASKING //uncomment for using "3d tasking" model. This can influence performance. static inline int mandel(float c_re, float c_im, int count) {