Samuel Thibault пре 13 година
родитељ
комит
218f40954f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      include/starpu_perfmodel.h

+ 0 - 1
include/starpu_perfmodel.h

@@ -137,7 +137,6 @@ struct starpu_per_arch_perfmodel
 	double (*cost_function)(struct starpu_task *task, enum starpu_perf_archtype arch, unsigned nimpl); /* returns expected duration in µs */
 
 	/* internal variables */
-	double alpha;
 	struct starpu_htbl32_node *history;
 	struct starpu_history_list *list;
 	struct starpu_regression_model regression;