浏览代码

Reduce back the problem size when running quick checks

Samuel Thibault 10 年之前
父节点
当前提交
dd0f166133
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      examples/cholesky/cholesky.h

+ 5 - 0
examples/cholesky/cholesky.h

@@ -113,8 +113,13 @@
 
 /* End of magma code */
 
+#ifdef STARPU_QUICK_CHECK
+static unsigned size = 960*4;
+static unsigned nblocks = 4;
+#else
 static unsigned size = 960*16;
 static unsigned nblocks = 16;
+#endif
 static unsigned nbigblocks = 8;
 static unsigned pinned = 1;
 static unsigned noprio = 0;