Browse Source

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

Samuel Thibault 13 years ago
parent
commit
de83330e6a
1 changed files with 0 additions and 2 deletions
  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);