瀏覽代碼

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

Nathalie Furmento 13 年之前
父節點
當前提交
ff5a7ac636
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 #define NX_MAX 1024*1024
 
 
 int check_size_on_device(uint32_t where, char *device_name)
 int check_size_on_device(uint32_t where, char *device_name)