Browse Source

tests/microbenchs/matrix_as_vector.c: no need to test size lower than 1K

Nathalie Furmento 13 years ago
parent
commit
ff5a7ac636
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/microbenchs/matrix_as_vector.c

+ 1 - 1
tests/microbenchs/matrix_as_vector.c

@@ -153,7 +153,7 @@ int check_size(int nx, struct starpu_codelet *vector_codelet, struct starpu_code
 	}
 }
 
-#define NX_MIN 2
+#define NX_MIN 1024
 #define NX_MAX 1024*1024
 
 int check_size_on_device(uint32_t where, char *device_name)