Explorar el Código

put ticks less often

Samuel Thibault hace 14 años
padre
commit
4f7634b052
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/stencil/stencil.c

+ 1 - 1
examples/stencil/stencil.c

@@ -23,7 +23,7 @@
 static unsigned  bind_tasks = 0;
 
 static unsigned niter = 32;
-static unsigned ticks = 100;
+static unsigned ticks = 1000;
 
 #define SIZE 128