Commit History

Author SHA1 Message Date
  Nathalie Furmento d47bd756f6 src/core/perfmodel/perfmodel_history.c: fix malloc call 11 years ago
  Nathalie Furmento 95991aa822 src/core/sched_ctx.c: fix #13209, we are looping on the masters, not the workers 11 years ago
  Nathalie Furmento d87787c423 src/core/workers.c: revert #13221 to go back to #13209 11 years ago
  Nathalie Furmento 2fff4feea1 src/core/workers.c: partly revert #13209. Andra please check 11 years ago
  Nathalie Furmento 7d83bfad7b merge trunk 11 years ago
  Nathalie Furmento c232f22ddd examples/spmv/dw_block_spmv.c: fix following #13213 11 years ago
  Nathalie Furmento bc04801ad7 src/core/perfmodel/perfmodel_history.c: free temporary allocated 11 years ago
  Nathalie Furmento 2153d433d0 src/core/topology.c: free allocated memory for combined workers 11 years ago
  Samuel Thibault 782dddbbca Do not drop forward declarations 11 years ago
  Samuel Thibault c631e5ed44 Make more examples compatible with simgrid 11 years ago
  Samuel Thibault 70af20310c Make LU example compatible with simgrid 11 years ago
  Andra Hugo 2bf349d9aa don't allow tasks that can't be parallel to be submitted to a ctx 11 years ago
  Nathalie Furmento a3d4e62e63 src/core/sched_ctx.c: remove wrongly committed line 11 years ago
  Nathalie Furmento 80b1455bb3 src/core/sched_ctx.c: revert #13169, this is a real memory leak 11 years ago
  Nathalie Furmento f7a82c43ff perf_model: index struct starpu_perfmodel_state::nimpls with combination identifiers 11 years ago
  Nathalie Furmento f2f176f88a src/core/perfmodel/perfmodel_history.c: only dump valid models 11 years ago
  Nathalie Furmento 702fd94e8c src/core/perfmodel/perfmodel_history.c: do not mix array indexes and combination id 11 years ago
  Nathalie Furmento bd12a1ab38 perf_model: move back field is_init to struct starpu_perfmodel 11 years ago
  Nathalie Furmento 1658fe6df4 src/core/perfmodel/perfmodel_history.c: remove wrongly duplicated lines 11 years ago
  Nathalie Furmento 6aa151a21f src/core/perfmodel/perfmodel_history.c: check model->state is valid before accessing it 11 years ago
  Nathalie Furmento 38581b105f tools/gdbinit: new debug functions starpu-print-model and starpu-print-registered-models 11 years ago
  Nathalie Furmento a0cfca46c1 src/core: rename _starpu_load_perfmodel to _starpu_init_and_load_perfmodel 11 years ago
  Nathalie Furmento 16e1ab3a70 src/core: _starpu_load_perfmodel can also be called even when a symbol is not defined 11 years ago
  Nathalie Furmento 62cca2a7aa src/core/perfmodel: get rid off now-useless function _starpu_register_model() 11 years ago
  Nathalie Furmento 0e25d8e0ab src/core/perfmodel/perfmodel_history.c: make sure a model is only registered once in the registered_models list 11 years ago
  Nathalie Furmento 92f55f3726 src/core/perfmodel/perfmodel_history.c: allocate memory for all types of perf models (including STARPU_COMMON) 11 years ago
  Nathalie Furmento b7785fce25 src/core/perfmodel/perfmodel_history.c: free internal memory model 11 years ago
  Nathalie Furmento c36063b866 src/core/task.c: either call _starpu_load_perfmodel or _starpu_register_model but not both 11 years ago
  Nathalie Furmento 4f998283c7 src/core/task.c: call _starpu_register_model instead starpu_perfmodel_init to make sure models will be registered and thus freed when calling starpu_shutdown 11 years ago
  Nathalie Furmento 62538f2fdc src/drivers/opencl/driver_opencl.c: fix field name 11 years ago