Nathalie Furmento
|
f581728b9b
new scheduler heteroprio: code cleaning (followup to #15406)
|
10 年之前 |
Andra Hugo
|
ba3e4d7403
small fixes done while writing my thesis + task window at context level (before pushing tasks to the scheduler) expressed w.r.t. to time and not number of tasks
|
10 年之前 |
Samuel Thibault
|
074d020c3d
Add starpu_idle_prefetch_task_input_on_node, and call it at task submission for tasks which execute on a specific node
|
10 年之前 |
Samuel Thibault
|
113cdbb1a3
Support pipeline mode in simgrid too. The results match the reality!
|
10 年之前 |
Samuel Thibault
|
3a33757343
Add starpu_worker_can_execute_task_impl and starpu_worker_can_execute_task_first_impl to optimize getting the working implementations
|
10 年之前 |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 年之前 |
Samuel Thibault
|
09974968a8
Let the application provide the task footprint itself
|
11 年之前 |
Samuel Thibault
|
c1a4dd4e9b
Fix pushing tasks to specific combined workers
|
11 年之前 |
Nathalie Furmento
|
689a54fffe
fix doc and function prototypes
|
11 年之前 |
Thibaud Lambert
|
3afcf39929
mic (perfmodels): merge trunk
|
11 年之前 |
Pierre-André Wacrenier
|
147e0b91c4
adding starpu_wakeup_worker() in the aim to wake up a single worker (not wake everyone) when submitting a single task
|
11 年之前 |
Thibaud Lambert
|
e2b943451f
mic (perfmodel): merge trunk + finalize perfmodel
|
11 年之前 |
Andra Hugo
|
6e52308e70
Indicate whether a worker shares tasks lists with other workers (if yes if we remove it from the context we should do it right away, the other workers are in charge of the remaining tasks)
|
12 年之前 |
Nathalie Furmento
|
4395669801
include: remove documentation as it is already defined elsewhere
|
12 年之前 |
Nathalie Furmento
|
18d8babd7a
include: remove documentation as it is already defined elsewhere
|
12 年之前 |
Nathalie Furmento
|
3f57560476
include: remove documentation as it is already defined elsewhere
|
12 年之前 |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 年之前 |
Nathalie Furmento
|
466d3930d5
include: move definition of starpu_timing_now from starpu_scheduler to starpu_util
|
12 年之前 |
Nathalie Furmento
|
26a6b33bf4
scheduler: rename getter and setter functions for minimum and maximum task priorities
|
12 年之前 |
Nathalie Furmento
|
00e36894cf
include: move definition of struct starpu_machine_topology
|
12 年之前 |
Nathalie Furmento
|
cbdb2605b3
pthread: always use the starpu_pthread API
|
12 年之前 |
Nathalie Furmento
|
a33a7476f9
scheduler: function starpu_push_task_end is now public as it needs to be called by schedulers
|
12 年之前 |
Samuel Thibault
|
d0f80337c1
add starpu_task_footprint function to return a task footprint
|
12 年之前 |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
12 年之前 |
Nathalie Furmento
|
ec56b3e978
workers: remove reference to gordon workers
|
12 年之前 |
Nathalie Furmento
|
39f05e55be
fix definition of starpu_worker_get_sched_condition when simgrid is enabled (thanks to Lionel Eyraud-Dubois and Paul Renaud-Goud for reporting the bug)
|
12 年之前 |
Andra Hugo
|
d56457109a
fix syncrhonisation issue (not yet for ws, parallel_heft and random), there's a synchro issue with delete_ctx (seg fault from time to time)->to be fixed
|
12 年之前 |
Nathalie Furmento
|
e3539ccede
sched_ctx: use sched_ctx_id everywhere
|
12 年之前 |
Nathalie Furmento
|
4358c3ee2a
sched_policy: new public function starpu_sched_get_predefined_policies() which returns an NULL-terminated array of all the predefined scheduling policies.
|
12 年之前 |
Samuel Thibault
|
eb64e18781
merge fixes
|
12 年之前 |