Kaynağa Gözat

Fix dead code

Samuel Thibault 5 yıl önce
ebeveyn
işleme
d695adc128

+ 1 - 1
tests/perfmodels/regression_based_02.c

@@ -25,7 +25,7 @@
  * dmda choose the implementation which minimises the execution time
  */
 
-#define STARTlin 1048576
+#define STARTlin 131072
 #define START 1024
 #ifdef STARPU_QUICK_CHECK
 #define END 1048576

+ 1 - 1
tests/perfmodels/regression_based_03.c

@@ -26,7 +26,7 @@
  * otherwise, it choose the first implementtaion which minimizes the execution time
  */
 
-#define STARTlin 1048576
+#define STARTlin 131072
 #define START 1024
 #ifdef STARPU_QUICK_CHECK
 #define END 1048576

+ 1 - 1
tests/perfmodels/regression_based_04.c

@@ -26,7 +26,7 @@
  * dmda choose CPU workers for small size (size=1234)
  */
 
-#define STARTlin (512*1024)
+#define STARTlin 131072
 #define START 1024
 #ifdef STARPU_QUICK_CHECK
 #define END 1048576