19 #ifndef __STARPU_PERFMODEL_H__
20 #define __STARPU_PERFMODEL_H__
38 #define STARPU_NARCH STARPU_ANY_WORKER
114 struct starpu_perfmodel_history_table;
116 #define starpu_per_arch_perfmodel starpu_perfmodel_per_arch STARPU_DEPRECATED
143 struct starpu_perfmodel_history_table *
history;
159 char debug_path[256];
167 STARPU_PERFMODEL_INVALID=0,
177 struct _starpu_perfmodel_state;
178 typedef struct _starpu_perfmodel_state* starpu_perfmodel_state_t;
265 unsigned benchmarking;
271 void (*parameters)(
struct starpu_task * task,
double *parameters);
298 starpu_perfmodel_state_t state;
353 int starpu_perfmodel_get_narch_combs(
void);
361 int starpu_perfmodel_set_per_devices_cost_function(
struct starpu_perfmodel *model,
int impl, starpu_perfmodel_per_arch_cost_function func, ...);
362 int starpu_perfmodel_set_per_devices_size_base(
struct starpu_perfmodel *model,
int impl, starpu_perfmodel_per_arch_size_base func, ...);
392 int starpu_perfmodel_print_all(
struct starpu_perfmodel *model,
char *arch,
char *parameter, uint32_t *footprint, FILE *output);
393 int starpu_perfmodel_print_estimations(
struct starpu_perfmodel *model, uint32_t footprint, FILE *output);
395 int starpu_perfmodel_list_combs(FILE *output,
struct starpu_perfmodel *model);
Definition: starpu_task.h:552
Definition: starpu_task.h:567
uint64_t starpu_tag_t
Definition: starpu_task_dep.h:127
Definition: starpu_perfmodel.h:61
Definition: starpu_perfmodel.h:78
starpu_worker_archtype
Definition: starpu_worker.h:63