Pārlūkot izejas kodu

These are coefficients for the parameter combinations

Luka Stanisic 9 gadi atpakaļ
vecāks
revīzija
e3c18801a6
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      src/core/perfmodel/perfmodel_history.c

+ 1 - 4
src/core/perfmodel/perfmodel_history.c

@@ -300,10 +300,7 @@ static void dump_reg_model(FILE *f, struct starpu_perfmodel *model, int comb, in
 		fprintf(f, "# n\tintercept\t");
 		for (int i=0; i < model->ncombinations; i++)
 		{
-			if (model->parameters_names != NULL)
-				fprintf(f, "%s\t\t", model->parameters_names[i]);
-			else
-				fprintf(f, "c%d\t\t", i+1);
+			fprintf(f, "c%d\t\t", i+1);
 		}
 
 		fprintf(f, "\n%u", reg_model->ncoeff);