|
@@ -161,7 +161,7 @@ void starpu_perfmodel_debugfilepath(struct starpu_perfmodel *model, struct starp
|
|
|
char* starpu_perfmodel_get_archtype_name(enum starpu_worker_archtype archtype);
|
|
|
void starpu_perfmodel_get_arch_name(struct starpu_perfmodel_arch *arch, char *archname, size_t maxlen, unsigned nimpl);
|
|
|
|
|
|
-double starpu_permodel_history_based_expected_perf(struct starpu_perfmodel *model, struct starpu_perfmodel_arch* arch, uint32_t footprint);
|
|
|
+double starpu_perfmodel_history_based_expected_perf(struct starpu_perfmodel *model, struct starpu_perfmodel_arch* arch, uint32_t footprint);
|
|
|
int starpu_perfmodel_list(FILE *output);
|
|
|
void starpu_perfmodel_print(struct starpu_perfmodel *model, struct starpu_perfmodel_arch *arch, unsigned nimpl, char *parameter, uint32_t *footprint, FILE *output);
|
|
|
int starpu_perfmodel_print_all(struct starpu_perfmodel *model, char *arch, char *parameter, uint32_t *footprint, FILE *output);
|