コミット履歴

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