Преглед на файлове

We have to also dump empty models, for implementations which aren't calibrated yet

Samuel Thibault преди 13 години
родител
ревизия
de83330e6a
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/core/perfmodel/perfmodel_history.c

+ 0 - 2
src/core/perfmodel/perfmodel_history.c

@@ -335,8 +335,6 @@ static void dump_per_arch_model_file(FILE *f, struct starpu_perfmodel *model, un
 		}
 	}
 
-	if (nentries == 0)
-		return;
 	/* header */
 	char archname[32];
 	starpu_perfmodel_get_arch_name((enum starpu_perf_archtype) arch, archname, 32, nimpl);