| .. |
|
README
|
913b6e242b
Several renamings for Hierarchical Schedulers to adapt the naming
|
12 years ago |
|
component_best_implementation.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_composed.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_eager.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 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
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_heft.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_mct.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_perfmodel_select.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_prio.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_random.c
|
ce9464d6b7
Add generatation of animated html trace of modular schedulers, with code from Anthony Simonet
|
10 years ago |
|
component_sched.c
|
afce80c449
Fix unbound recursion
|
10 years ago |
|
component_work_stealing.c
|
afce80c449
Fix unbound recursion
|
10 years ago |
|
component_worker.c
|
bb3081fb9a
when pushing parallel tasks to explicit combined workers, we also need to use task aliases. Also make sure they get freed
|
10 years ago |
|
deque_modeling_policy_data_aware.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
eager_central_policy.c
|
d876962b09
sched_policies: make sure no task left in the queue when using eager
|
10 years ago |
|
eager_central_priority_policy.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
fifo_queues.c
|
0308be8d17
port r15806 from 1.1: move _STARPU_TRACE_JOB_POP call to common starpu_push_task_end place
|
10 years ago |
|
fifo_queues.h
|
bbe2eac4de
consider priorities when deciding on which worker to schedule - sol 2 (static number of priorities, each worker has a list of exp_lens corresponding to each priority )
|
10 years ago |
|
helper_mct.c
|
e3b44209ed
update copyright
|
10 years ago |
|
helper_mct.h
|
e3b44209ed
update copyright
|
10 years ago |
|
heteroprio.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
hierarchical_heft.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
modular_eager.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
modular_eager_prefetching.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
modular_heft.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
modular_heft2.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
modular_prio.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 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
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
parallel_heft.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 years ago |
|
prio_deque.c
|
df41587702
Fix comments on prio deque
|
12 years ago |
|
prio_deque.h
|
b34e4bb751
First step of hierarchical schedulers' restructuring.
|
12 years ago |
|
random_policy.c
|
f29efa4f4d
sched_policies: create/remove worker collections outside scheduler policies
|
10 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
|
efea5f1a8f
src/ tests/ tools/: fix coding style, curly braces go on a newline
|
10 years ago |
|
stack_queues.c
|
c52e9655aa
Drop synchronization from stack queues, it is not up to structures to implement this
|
10 years ago |
|
stack_queues.h
|
c52e9655aa
Drop synchronization from stack queues, it is not up to structures to implement this
|
10 years ago |
|
work_stealing_policy.c
|
f03fbf6557
sched_policies: refactor ws and lws scheduling policies
|
10 years ago |