소스 검색

src/core/perfmodel/perfmodel_history.c: modify function starpu_perfmodel_get_arch_name

Nathalie Furmento 11 년 전
부모
커밋
e93e3534ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/perfmodel/perfmodel_history.c

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

@@ -1041,7 +1041,7 @@ void starpu_perfmodel_get_arch_name(struct starpu_perfmodel_arch* arch, char *ar
 	int comb = starpu_get_arch_comb(arch->ndevices, arch->devices);
 	STARPU_ASSERT(comb != -1);
 
-	snprintf(archname, maxlen, "%d_impl%u", comb, impl);
+	snprintf(archname, maxlen, "Comb%d_impl%u", comb, impl);
 }
 
 void starpu_perfmodel_debugfilepath(struct starpu_perfmodel *model,