19#ifndef __STARPU_PERFMODEL_H__
20#define __STARPU_PERFMODEL_H__
116struct starpu_perfmodel_history_table;
118#define starpu_per_arch_perfmodel starpu_perfmodel_per_arch STARPU_DEPRECATED
145 struct starpu_perfmodel_history_table *
history;
161 char debug_path[256];
169 STARPU_PERFMODEL_INVALID = 0,
180struct _starpu_perfmodel_state;
181typedef struct _starpu_perfmodel_state *starpu_perfmodel_state_t;
280 unsigned benchmarking;
286 void (*parameters)(
struct starpu_task *task,
double *parameters);
313 starpu_perfmodel_state_t state;
405int starpu_perfmodel_get_narch_combs(
void);
413int starpu_perfmodel_set_per_devices_cost_function(
struct starpu_perfmodel *model,
int impl, starpu_perfmodel_per_arch_cost_function func, ...);
414int starpu_perfmodel_set_per_devices_size_base(
struct starpu_perfmodel *model,
int impl, starpu_perfmodel_per_arch_size_base func, ...);
444int starpu_perfmodel_print_all(
struct starpu_perfmodel *model,
char *arch,
char *parameter, uint32_t *footprint, FILE *output);
445int starpu_perfmodel_print_estimations(
struct starpu_perfmodel *model, uint32_t footprint, FILE *output);
447int starpu_perfmodel_list_combs(FILE *output,
struct starpu_perfmodel *model);
unsigned workerid
Definition starpu_task.h:1214
Definition starpu_task.h:668
Definition starpu_task.h:683
uint64_t starpu_tag_t
Definition starpu_task_dep.h:134
Definition starpu_perfmodel.h:60
Definition starpu_perfmodel.h:80
starpu_worker_archtype
Definition starpu_worker.h:66