ソースを参照

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;