Explorar o código

tests/main/tag_task_data_deps.c: reduce number of loops for slow machine configuration

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
da0271d51e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/main/tag_task_data_deps.c

+ 1 - 0
tests/main/tag_task_data_deps.c

@@ -86,6 +86,7 @@ int main(int argc, char **argv)
 
 #ifdef STARPU_SLOW_MACHINE
 	duration = 0;
+	nloops /= 1024;
 #endif
 
 	ret = starpu_init(NULL);