Samuel Thibault 885cbf64d0 Fix crash when list is empty 8 years ago
..
component_best_implementation.c 943b5d56bf Make starpu_worker_get_id_check public 9 years ago
component_composed.c 0e0c061054 Fix estimated ends of components, and use average ends by default 9 years ago
component_eager.c 7f62c83488 Fix scalability of modular eager policies with prefetching 9 years ago
component_eager_calibration.c ce9464d6b7 Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet 10 years ago
component_fifo.c 110844deb5 drop now-unused variable 9 years ago
component_heft.c bf074a7831 src: include core/task.h when needed 9 years ago
component_mct.c bf074a7831 src: include core/task.h when needed 9 years ago
component_perfmodel_select.c 9c38741e02 fix code to follow coding conventions for braces 9 years ago
component_prio.c 110844deb5 drop now-unused variable 9 years ago
component_random.c bf074a7831 src: include core/task.h when needed 9 years ago
component_sched.c f577b0820d Revert to minimum estimated termination time by default, since that is indeed the availability time for a new task 9 years ago
component_work_stealing.c 24cf50b5a3 Add to _starpu_prio_deque_pop_task_for_worker and _starpu_prio_deque_deque_task_for_worker a skipped paramter, to know whether some tasks were there, but can not be executed by the worker 8 years ago
component_worker.c 10ec2f8eec remove synchro changes from trunk/, since development has moved to branch synchro/ 9 years ago
deque_modeling_policy_data_aware.c ce2d9e8bf8 Factorize starpu_timing_now() call, which is not that costless 8 years ago
eager_central_policy.c 10ec2f8eec remove synchro changes from trunk/, since development has moved to branch synchro/ 9 years ago
eager_central_priority_policy.c 4d67637065 migrate prio scheduler to prio_list 8 years ago
fifo_queues.c fdedfafe52 Make starpu schedulers use the internal list type instead of the external list type that has limited support 8 years ago
fifo_queues.h fdedfafe52 Make starpu schedulers use the internal list type instead of the external list type that has limited support 8 years ago
graph_test_policy.c 24cf50b5a3 Add to _starpu_prio_deque_pop_task_for_worker and _starpu_prio_deque_deque_task_for_worker a skipped paramter, to know whether some tasks were there, but can not be executed by the worker 8 years ago
helper_mct.c 398abcc444 Factorize starpu_timing_now() call, which is not that costless 8 years ago
helper_mct.h 6d917d694e rename "power" into "energy" wherever it applies, notably energy consumption performance models 9 years ago
heteroprio.c 332eaad4b0 Add function to get job_id of a task for schedulers 9 years ago
hierarchical_heft.c 5cbef2b984 fix copyright 9 years ago
internal.notes.txt c9178b0220 rename file so people don't actually read it, it's really internal... 9 years ago
modular_eager.c 951a7ac05e avoid ambiguity between scheduler and user 10 years ago
modular_eager_prefetching.c 951a7ac05e avoid ambiguity between scheduler and user 10 years ago
modular_heft.c e9dce8bf50 Add modular-heft-prio scheduler 9 years ago
modular_heft2.c e9dce8bf50 Add modular-heft-prio scheduler 9 years ago
modular_heft_prio.c 2374c1ce19 No need to initialize a whole modular heft prio scheduler when there is only one memory node 9 years ago
modular_prio.c 2374c1ce19 No need to initialize a whole modular heft prio scheduler when there is only one memory node 9 years ago
modular_prio_prefetching.c f29efa4f4d sched_policies: create/remove worker collections outside scheduler policies 10 years ago
modular_random.c f29efa4f4d sched_policies: create/remove worker collections outside scheduler policies 10 years ago
modular_random_prefetching.c f29efa4f4d sched_policies: create/remove worker collections outside scheduler policies 10 years ago
modular_ws.c 38fe3f7455 sched_policies: add missing files for modular-ws sched 10 years ago
parallel_eager.c 10ec2f8eec remove synchro changes from trunk/, since development has moved to branch synchro/ 9 years ago
parallel_heft.c 398abcc444 Factorize starpu_timing_now() call, which is not that costless 8 years ago
prio_deque.c 24cf50b5a3 Add to _starpu_prio_deque_pop_task_for_worker and _starpu_prio_deque_deque_task_for_worker a skipped paramter, to know whether some tasks were there, but can not be executed by the worker 8 years ago
prio_deque.h 885cbf64d0 Fix crash when list is empty 8 years ago
random_policy.c 332eaad4b0 Add function to get job_id of a task for schedulers 9 years ago
sched_component.h a7ef69de51 Add tree field to components, to make it easy to access the sched_ctx_id, notably 11 years ago
scheduler_maker.c d917eaa107 src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...) 9 years ago
work_stealing_policy.c 332eaad4b0 Add function to get job_id of a task for schedulers 9 years ago