From 008d9371b1fe8041feb6dae6e3a8442f682ec89b Mon Sep 17 00:00:00 2001 From: evghenii Date: Mon, 18 Nov 2013 12:19:45 +0100 Subject: [PATCH] added Makefile for KNC --- examples_cuda/stencil/stencil.ispc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_cuda/stencil/stencil.ispc b/examples_cuda/stencil/stencil.ispc index ef7c8585..72c28ef6 100644 --- a/examples_cuda/stencil/stencil.ispc +++ b/examples_cuda/stencil/stencil.ispc @@ -62,9 +62,9 @@ stencil_step(uniform int x0, uniform int x1, } } -#define SPANX 64 +#define SPANX 32 #define SPANY 8 -#define SPANZ 4 +#define SPANZ 8 static task void stencil_step_task(uniform int x0, uniform int x1,