|
@@ -183,6 +183,7 @@ 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_perfmodel_history_based_expected_perf(struct starpu_perfmodel *model, struct starpu_perfmodel_arch* arch, uint32_t footprint);
|
|
|
+void starpu_perfmodel_initialize(void);
|
|
|
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);
|