소스 검색

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
 
 int check_size_on_device(uint32_t where, char *device_name)