Selaa lähdekoodia

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

Nathalie Furmento 12 vuotta sitten
vanhempi
commit
da0271d51e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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);