ソースを参照

put ticks less often

Samuel Thibault 14 年 前
コミット
4f7634b052
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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