소스 검색

examples/cg/cg_kernels.c: lower default value when running with
quick_check

Nathalie Furmento 4 년 전
부모
커밋
22ed8fd5b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/cg/cg_kernels.c

+ 1 - 1
examples/cg/cg_kernels.c

@@ -34,7 +34,7 @@ static const TYPE gm1 = -1.0;
 static int nblocks = 8;
 
 #ifdef STARPU_QUICK_CHECK
-static int i_max = 5;
+static int i_max = 2;
 static int long long n = 2048;
 #elif !defined(STARPU_LONG_CHECK)
 static int long long n = 4096;