Просмотр исходного кода

acquire_release : make ntasks depend upon how fast the machine is.

Cyril Roelandt лет назад: 13
Родитель
Сommit
02acaf65d8
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      tests/datawizard/acquire_release.c

+ 4 - 0
tests/datawizard/acquire_release.c

@@ -19,7 +19,11 @@
 #include <starpu.h>
 #include "../helper.h"
 
+#ifdef STARPU_SLOW_MACHINE
 static unsigned ntasks = 10;
+#else
+static unsigned ntasks = 10000;
+#endif
 
 #ifdef STARPU_USE_CUDA
 extern void increment_cuda(void *descr[], __attribute__ ((unused)) void *_args);