瀏覽代碼

reduce default cholesky size so it can fit on 1GB laptops

Samuel Thibault 14 年之前
父節點
當前提交
7dec4b91b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/cholesky/dw_cholesky.h

+ 1 - 1
examples/cholesky/dw_cholesky.h

@@ -66,7 +66,7 @@ typedef struct {
 	sem_t *sem;
 } cl_args;
 
-static unsigned size = 16*1024;
+static unsigned size = 4*1024;
 static unsigned nblocks = 16;
 static unsigned nbigblocks = 8;
 static unsigned pinned = 0;