Andra Hugo
|
021aff4d1c
rename starpu_sched_ctx_worker_collection to starpu_worker_collection & move definition of the corresponding structure in starpu_worker.h
|
12 anni fa |
Nathalie Furmento
|
5dd180c301
src/sched_policies/deque_modeling_policy_data_aware.c: do not access data after it has been freed
|
12 anni fa |
Nathalie Furmento
|
361cb9d780
rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx
|
12 anni fa |
Andra Hugo
|
6acf4198af
fixes to ispeed
|
12 anni fa |
Andra Hugo
|
a6a0d60b05
* fix synchro issue when deleting a context and resizing it (when finish_submit flag is set ON)
|
12 anni fa |
Nathalie Furmento
|
c7321a76ff
fix type for node to always be unsigned (instead of uint32_t)
|
12 anni fa |
Andra Hugo
|
90583ba248
fix hypervisor to better react to resizing requirements + fix last release small issues (compiling issues in the doc & a small issue in datawizard)
|
12 anni fa |
Samuel Thibault
|
7dc0f0c09f
TODO
|
12 anni fa |
Andra Hugo
|
8aa86f5b27
get rid of the remove/add task (replace it with a flag) + fix a delete_ctx bug (data was freed too early)
|
12 anni fa |
Nathalie Furmento
|
549ac5bc36
rename WORKER_LIST into STARPU_WORKER_LIST
|
12 anni fa |
Samuel Thibault
|
15edf8fa61
Move task push end management just before releasing the mutex of the queue to which it was pushed
|
12 anni fa |
Andra Hugo
|
965e11a5f6
fix indentations: 10x ludo
|
12 anni fa |
Andra Hugo
|
4c8e085e07
factorize code + fix perf model bug (chech nan to avoid nan+double) - sorry for the indentation
|
12 anni fa |
Samuel Thibault
|
3f85d62ced
Fix calibrating the various implementations
|
12 anni fa |
Samuel Thibault
|
fbc49b268f
FIXME
|
12 anni fa |
Andra Hugo
|
4146573b69
synchronization issue(pop is protected by a single mutex/cond, the one of the worker & eager has a special mutex to avoid several workers to get the same task) ->only eager is fixed,
|
12 anni fa |
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 anni fa |
Samuel Thibault
|
f65ece97e1
TODO empty_ctx_tasks
|
12 anni fa |
Andra Hugo
|
8c21b0e865
everyone has to delete the ctxs they created, remove workers does not deletes the corresponding queues in the scheduler,
|
12 anni fa |
Nathalie Furmento
|
21cfa998e0
sched_ctx: renaming in incldue/starpu_sched_ctx.h
|
12 anni fa |
Nathalie Furmento
|
ebc7bd8f30
sched_ctx: more renaming
|
12 anni fa |
Nathalie Furmento
|
64222192ad
src/sched_policies: fix coding style
|
12 anni fa |
Samuel Thibault
|
b27f1f7932
fix build with simgrid
|
12 anni fa |
Nathalie Furmento
|
11dd8ecb24
sched_ctx: move worker functions back to starpu_sched_ctx.h and rename them to better identify their purpose
|
12 anni fa |
Nathalie Furmento
|
a00f51f94a
sched_ctx: renaming
|
12 anni fa |
Andra Hugo
|
83e975fe61
push_task_notify has to take sched_ctx_id as parameter
|
12 anni fa |
Cyril Roelandt
|
14de0858b0
Fix a bunch of NULL checks.
|
12 anni fa |
Nathalie Furmento
|
374dc95cb4
rename struct worker_collection to struct starpu_sched_ctx_worker_collection
|
12 anni fa |
Nathalie Furmento
|
e22791b9f3
merge fixes
|
12 anni fa |
Andra Hugo
|
5321c33f4d
fixed merge issue (worker index)
|
12 anni fa |