Przeglądaj źródła

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

Samuel Thibault 14 lat temu
rodzic
commit
7dec4b91b6
1 zmienionych plików z 1 dodań i 1 usunięć
  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;